nats chart provisoning
This commit is contained in:
10
opencloud/charts/nats/files/config/mqtt.yaml
Normal file
10
opencloud/charts/nats/files/config/mqtt.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
{{- with .Values.config.mqtt }}
|
||||
port: {{ .port }}
|
||||
|
||||
{{- with .tls }}
|
||||
{{- if .enabled }}
|
||||
tls:
|
||||
{{- include "nats.loadMergePatch" (merge (dict "file" "config/tls.yaml" "ctx" (merge (dict "tls" .) $)) .) | nindent 2 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user