Skip to content

Commit

Permalink
rename webapp ingress cert
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 6, 2024
1 parent 26625c3 commit 1465d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
tls:
- hosts:
- {{ .Values.ingress.hostname | quote }}
secretName: console-tls
secretName: {{ include "webapp.fullname" . }}-tls
rules:
- host: {{ .Values.ingress.hostname | quote }}
http:
Expand Down

0 comments on commit 1465d55

Please sign in to comment.