oc-k8s/opencloud/charts/nats/templates/nats-box/contents-secret.yaml
2024-11-29 10:30:47 +01:00

11 lines
286 B
YAML

{{- include "nats.defaultValues" . }}
{{- if .hasContentsSecret }}
{{- with .Values.natsBox }}
{{- if .enabled }}
{{- with .contentsSecret}}
{{- include "nats.loadMergePatch" (merge (dict "file" "nats-box/contents-secret.yaml" "ctx" $) .) }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}