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