Skip to content

Commit

Permalink
Use RollingUpdate instead of Rolling
Browse files Browse the repository at this point in the history
error: Deployment.apps "perl-testing" is invalid: spec.strategy: Unsupported value: apps.DeploymentStrategy{Type:"Rolling", RollingUpdate:(*apps.RollingUpdateDeployment)(nil)}: supported values: "Recreate", "RollingUpdate"

Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Dec 4, 2023
1 parent 592a4bc commit 437e39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/templates/dancer.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
},
"spec": {
"strategy": {
"type": "Rolling"
"type": "RollingUpdate"
},
"replicas": 1,
"selector": {
Expand Down

0 comments on commit 437e39d

Please sign in to comment.