File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
signadot/operator/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments