nats chart provisoning
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{{- include "nats.defaultValues" . }}
|
||||
{{- if .Values.natsBox.enabled }}
|
||||
{{- with .Values.natsBox.serviceAccount }}
|
||||
{{- if .enabled }}
|
||||
{{- include "nats.loadMergePatch" (merge (dict "file" "nats-box/service-account.yaml" "ctx" $) .) }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user