Skip to content

Commit

Permalink
Fix secretName usage under ingress.tls
Browse files Browse the repository at this point in the history
  • Loading branch information
jvstein authored and mosabua committed Sep 19, 2023
1 parent 3784939 commit 2b58259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/trino/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
{{- range .hosts }}
- {{ . | quote }}
{{- end }}
secretName: {{ .Values.ingress.tls.secretName }}
secretName: {{ .secretName }}
{{- end }}
{{- end }}
rules:
Expand Down

0 comments on commit 2b58259

Please sign in to comment.