Skip to content

Commit

Permalink
D-26786 make Deploy master and worker updateStrategy: OnDelete (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpugar-digital authored Sep 29, 2023
1 parent 6d51403 commit eb2465a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ master:
## StrategyType
## Can be set to RollingUpdate or OnDelete
##
type: RollingUpdate
type: OnDelete
## @param statefulsetLabels deploy statefulset labels. Evaluated as a template
## Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
Expand Down Expand Up @@ -1306,7 +1306,7 @@ worker:
## StrategyType
## Can be set to RollingUpdate or OnDelete
##
type: RollingUpdate
type: OnDelete
## @param statefulsetLabels deploy statefulset labels. Evaluated as a template
## Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##
Expand Down

0 comments on commit eb2465a

Please sign in to comment.