k8s-infra-cluster/infra/charts/nats/templates/pod-disruption-budget.yaml
2026-03-25 11:46:39 +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 }}