Skip to content

Commit 2274099

Browse files
Merge pull request #9 from ls1intum/fix-helm-chart
Allow untrusted certificate
2 parents 38948f6 + 3c5ab8b commit 2274099

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

theia-shared-cache/templates/statefulset.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
- "--tls"
2828
- "--tls-cert=/etc/tls/tls.crt"
2929
- "--tls-key=/etc/tls/tls.key"
30+
- "--allow-untrusted-ssl"
3031
{{- end }}
3132
ports:
3233
- name: {{- if .Values.tls.enabled }} https{{- else }} http{{- end }}

0 commit comments

Comments
 (0)