oc-k8s/opencloud/charts/nats/templates/pod-disruption-budget.yaml

7 lines
217 B
YAML
Raw Normal View History

2024-11-29 10:30:47 +01:00
{{- include "nats.defaultValues" . }}
{{- with .Values.podDisruptionBudget }}
{{- if .enabled }}
{{- include "nats.loadMergePatch" (merge (dict "file" "pod-disruption-budget.yaml" "ctx" $) .) }}
{{- end }}
{{- end }}