oc-k8s/opencloud/charts/nats/files/config/mqtt.yaml

11 lines
249 B
YAML
Raw Permalink Normal View History

2024-11-29 10:30:47 +01:00
{{- 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 }}