nats chart provisoning
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{{- include "nats.defaultValues" . }}
|
||||
{{- with .Values.podDisruptionBudget }}
|
||||
{{- if .enabled }}
|
||||
{{- include "nats.loadMergePatch" (merge (dict "file" "pod-disruption-budget.yaml" "ctx" $) .) }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user