Skip to content

Commit

Permalink
fix: wrong condition on sslCertFromDomain
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Nov 1, 2023
1 parent 0cee17c commit e72cf5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
{{- else }}
/app/scripts/entrypoint.sh load
{{- end }}
{{- if eq .Values.global.sslCertFromDomain "true"}}
{{- if eq .Values.global.sslCertFromDomain "false"}}
/usr/bin/python3 /scripts/tls_generator.py
{{- end }}
{{- if .Values.global.istio.enabled }}
Expand Down

0 comments on commit e72cf5d

Please sign in to comment.