diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 91f7c19d..cea8d367 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -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 }}