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 d505aec commit a1fde92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/app/dbs/tmpl/minio/dep.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ metadata:
{{$k}}: "{{$v}}"
{{- end }}
spec:
{{- if ne .Spec.Dbs.Minio.UpdateStrategy "RollingUpdate" }}
strategy:
type: Recreate
{{- end }}
selector:
matchLabels:
app: {{ .Spec.Dbs.Minio.SvcName }}
Expand Down

0 comments on commit a1fde92

Please sign in to comment.