adding the ability to change the default podManagementPolicy for StatefulSets

This commit is contained in:
bodaciousbiscuits
2024-05-19 21:31:19 -05:00
parent a2c1de646b
commit 39b37833c5
2 changed files with 3 additions and 0 deletions
@@ -11,6 +11,7 @@ spec:
{{- if eq .Values.deployment.kind "StatefulSet" }}
replicas: {{ .Values.deployment.replicaCount }}
serviceName: {{ include "garage.fullname" . }}
podManagementPolicy: {{ .Values.deployment.podManagementPolicy }}
{{- end }}
template:
metadata: