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