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