7 lines
191 B
YAML
7 lines
191 B
YAML
{{- include "nats.defaultValues" . }}
|
|
{{- with .Values.service }}
|
|
{{- if .enabled }}
|
|
{{- include "nats.loadMergePatch" (merge (dict "file" "service.yaml" "ctx" $) .) }}
|
|
{{- end }}
|
|
{{- end }}
|