Skip to content

Commit

Permalink
fix: use quote for host
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilla Vass committed Sep 12, 2023
1 parent c372e4e commit 79a01ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-cloud-api/templates/ingress-statuspages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ spec:
{{- end }}
tls:
- hosts:
- {{ .Values.statusPagesIngress.annotations.host }}
- {{ .Values.statusPagesIngress.host | quote }}
secretName: {{ .Values.ingress.tlsSecretName }}
rules:
- host: {{ .Values.statusPagesIngress.annotations.host }}
- host: {{ .Values.statusPagesIngress.host | quote }}
http:
paths:
- path: /
Expand Down

0 comments on commit 79a01ea

Please sign in to comment.