Skip to content

Commit

Permalink
Merge pull request #188 from fiaas/fix-tls-host
Browse files Browse the repository at this point in the history
Fix ingress created by fiaas-deploy-daemon helm chart when tls is enabled
  • Loading branch information
oyvindio authored Sep 26, 2022
2 parents 8b1fd39 + be37caf commit ea65b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/fiaas-deploy-daemon/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ metadata:
spec:
{{- if .Values.ingress.tls.enabled }}
tls:
- hosts: {{ .Values.ingress.host | quote }}
- hosts:
- {{ .Values.ingress.host | quote }}
secretName: {{ .Values.ingress.tls.secretName }}
{{- end }}
rules:
Expand Down

0 comments on commit ea65b19

Please sign in to comment.