From f42bfc4688c6306ee3d7a1f5087fc67a7f9e7a23 Mon Sep 17 00:00:00 2001 From: pat-s Date: Fri, 26 Jul 2024 10:14:41 +0200 Subject: [PATCH] fix field name --- ntfy/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . }}