Skip to content

Commit

Permalink
Fix tlsSecret path
Browse files Browse the repository at this point in the history
  • Loading branch information
drewburr authored Dec 6, 2024
1 parent be7142b commit 7ed1cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.host }}
secretName: {{ .Values.tlsSecret }}
secretName: {{ .Values.ingress.tlsSecret }}
{{- end }}
rules:
- host: {{ .Values.ingress.host }}
Expand Down

0 comments on commit 7ed1cd2

Please sign in to comment.