Skip to content

Commit

Permalink
Merge pull request #88 from sclorg/use_rollingupdate
Browse files Browse the repository at this point in the history
Use RollingUpdate instead of Rolling
  • Loading branch information
phracek authored Dec 4, 2023
2 parents 592a4bc + 437e39d commit 7130aae
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 7130aae

Please sign in to comment.