Merge pull request #446 from webrecorder/bugfix-helm

Have ingress for signer only when it is enabled
This commit is contained in:
D. Lee 2023-01-09 16:34:57 -08:00 committed by GitHub
commit 61ed51fa84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ spec:
port:
number: 80
{{ if .Values.signer.enabled }}
{{ if .Values.signer.host }}
---
apiVersion: networking.k8s.io/v1
@ -74,6 +75,7 @@ spec:
number: 80
{{ end }}
{{ end }}
{{ if .Values.ingress.tls }}