Skip to content

Commit

Permalink
make tls secretName templateable via nameOverride (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleanor Pratt authored and GitHub Enterprise committed Dec 12, 2024
1 parent 1a9dc6e commit 78e5000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/lookout-v2/templates/ingressweb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ spec:
tls:
- hosts:
{{- toYaml .Values.hostnames | nindent 8 }}
secretName: lookout-service-tls-v2
secretName: {{ include "lookout_v2.name" . }}-service-tls

0 comments on commit 78e5000

Please sign in to comment.