Oh, yeah, that. oops.

This commit is contained in:
Martyn 2026-08-11 12:44:04 +02:00
parent 0c782f8382
commit 1b66077b53

View file

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