7 lines
217 B
YAML
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 }}
|