oc-k8s/opencloud/charts/nats/templates/pod-disruption-budget.yaml
2024-11-29 10:30:47 +01:00

7 lines
217 B
YAML

{{- include "nats.defaultValues" . }}
{{- with .Values.podDisruptionBudget }}
{{- if .enabled }}
{{- include "nats.loadMergePatch" (merge (dict "file" "pod-disruption-budget.yaml" "ctx" $) .) }}
{{- end }}
{{- end }}