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" . }}