9 lines
262 B
YAML
9 lines
262 B
YAML
{{- 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 }}
|