Skip to content

Commit 10b2788

Browse files
Merge pull request #100 from signadot/bug-fix-v1.2.0
Bug fix in controlPlane.tunnelTLS
2 parents 17e4524 + ad58940 commit 10b2788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

signadot/operator/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ controlPlane:
1010
proxy: {{ if (hasKey .Values.controlPlane "proxy") -}}{{ .Values.controlPlane.proxy }}{{- else -}}enabled{{- end }}
1111
controlAPI: {{ if (hasKey .Values.controlPlane "controlAPI") -}}{{ .Values.controlPlane.controlAPI }}{{- else -}}https://api.signadot.com{{- end}}
1212
tunnelAddr: {{ if (hasKey .Values.controlPlane "tunnelAddr") -}}{{ .Values.controlPlane.tunnelAddr }}{{- else -}}tunnel.signadot.com:443{{- end}}
13-
tunnelTLS: {{- if (hasKey .Values.controlPlane "tunnelTLS") }}{{ .Values.controlPlane.tunnelTLS }}{{- else -}}true{{- end}}
13+
tunnelTLS: {{ if (hasKey .Values.controlPlane "tunnelTLS") }}{{ .Values.controlPlane.tunnelTLS }}{{- else -}}true{{- end}}
1414
{{- if (hasKey .Values.controlPlane "proxyURL") }}
1515
proxyURL: {{ .Values.controlPlane.proxyURL }}
1616
{{- end }}

0 commit comments

Comments
 (0)