We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7157723 commit beb9bd5Copy full SHA for beb9bd5
infra/app/templates/ingress.yaml
@@ -11,7 +11,7 @@ spec:
11
tls:
12
- hosts:
13
- {{ .Values.host }}
14
- secretName: bt-tls
+ secretName: {{ .Release.Name }}-tls
15
rules:
16
- host: {{ .Values.host }}
17
http:
infra/docs/templates/ingress.yaml
0 commit comments