diff --git a/ntfy/templates/deployment.yaml b/ntfy/templates/deployment.yaml index 98692e0..14e1d8d 100644 --- a/ntfy/templates/deployment.yaml +++ b/ntfy/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.updateStrategy }} - updateStrategy: + strategy: {{- toYaml . | nindent 8 }} {{- end }} serviceAccountName: {{ include "ntfy.serviceAccountName" . }}