Skip to content

Commit

Permalink
Add check for tls secretName
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Dec 5, 2024
1 parent b6f4c02 commit 0f1c8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/api/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.host | quote }}
secretName: {{ .Values.ingress.tls.secretName }}
secretName: {{ required "ingress.tls.secretName" .Values.ingress.tls.secretName }}
{{- end }}
{{- end }}

0 comments on commit 0f1c8ae

Please sign in to comment.