File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
signadot/operator/templates Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +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- {{- if (hasKey .Values.controlPlane " tunnelTLS" ) }}
14- tunnelTLS: {{ .Values.controlPlane.tunnelTLS }}
15- {{- end }}
13+ tunnelTLS: {{- if (hasKey .Values.controlPlane " tunnelTLS" ) }}{{ .Values.controlPlane.tunnelTLS }}{{- else -}}true{{- end }}
1614{{- if (hasKey .Values.controlPlane " proxyURL" ) }}
1715 proxyURL: {{ .Values.controlPlane.proxyURL }}
1816{{- end }}
You can’t perform that action at this time.
0 commit comments