Skip to content

Commit

Permalink
PM-2026 - Fix Deployment strategy for Mina Daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
kaozenn committed Oct 8, 2024
1 parent 4efc975 commit 44ebb25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mina-daemon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
selector:
matchLabels:
app: {{ .Release.Name }}
{{- if .Values.updateStrategy }}
strategy: {{- toYaml .Values.updateStrategy | nindent 4 }}
{{- end }}
template:
metadata:
labels:
Expand Down Expand Up @@ -613,6 +616,3 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.updateStrategy }}
strategy: {{- toYaml .Values.updateStrategy | nindent 8 }}
{{- end }}

0 comments on commit 44ebb25

Please sign in to comment.