File tree 1 file changed +2
-2
lines changed
helm/ggbridge/templates/client
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
securityContext :
52
52
{{- toYaml (omit $.Values.podSecurityContext "enabled") | nindent 8 }}
53
53
{{- end }}
54
- {{- if or (or $.Values.caBundle.certs $.Values.caBundle.existingSecret) (and $.Values.tls.enabled $.Values.client.tlsVerifyCert ) }}
54
+ {{- if or (or $.Values.caBundle.certs $.Values.caBundle.existingSecret) (and $.Values.tls.enabled $.Values.tls.verifyCert ) }}
55
55
initContainers :
56
56
- name : ca
57
57
{{- if $.Values.containerSecurityContext.enabled }}
@@ -151,7 +151,7 @@ spec:
151
151
value : {{ $.Values.proxy.service.ports.web.internalPort | quote }}
152
152
- name : TUNNEL_WEB_REMOTE_PORT
153
153
value : {{ $.Values.proxy.service.ports.web.remoteContainerPort | quote }}
154
- {{- if or (or $.Values.caBundle.certs $.Values.caBundle.existingSecret) (and $.Values.tls.enabled $.Values.client.tlsVerifyCert ) }}
154
+ {{- if or (or $.Values.caBundle.certs $.Values.caBundle.existingSecret) (and $.Values.tls.enabled $.Values.tls.verifyCert ) }}
155
155
- name : SSL_CERT_FILE
156
156
value : /certs/ca-bundle.crt
157
157
{{- end }}
You can’t perform that action at this time.
0 commit comments