Skip to content

Commit

Permalink
Update dep.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsoper authored Feb 12, 2024
1 parent 3d3be51 commit e672e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/app/dbs/tmpl/minio/dep.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ metadata:
spec:
strategy:
type: {{ .Spec.Dbs.Minio.UpdateStrategy }}
{{- if eq .Spec.Dbs.Minio.UpdateStrategy "RollingUpgrade" }}
{{- if eq .Spec.Dbs.Minio.UpdateStrategy "RollingUpgrade" }}
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
{{- end }}
{{- end }}
selector:
matchLabels:
app: {{ .Spec.Dbs.Minio.SvcName }}
Expand Down

0 comments on commit e672e02

Please sign in to comment.