From 1b66077b5397e934d946863c3635beb5dfd82909 Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 11 Aug 2026 12:44:04 +0200 Subject: [PATCH] Oh, yeah, that. oops. --- apps-helm/samba4/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps-helm/samba4/templates/deployment.yaml b/apps-helm/samba4/templates/deployment.yaml index 91fb3f5..0d5686c 100644 --- a/apps-helm/samba4/templates/deployment.yaml +++ b/apps-helm/samba4/templates/deployment.yaml @@ -19,7 +19,8 @@ metadata: {{- end }} spec: replicas: {{ .Values.replicaCount }} - strategy: {{ .Values.strategy | default "Recreate" }} + strategy: + type: {{ .Values.strategy | default "Recreate" }} selector: matchLabels: app.kubernetes.io/name: {{ include "samba4.name" . }}