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