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.
2 parents bb254a0 + dbcd964 commit 42ed6f6Copy full SHA for 42ed6f6
chart/templates/api/ingress.yml
@@ -27,6 +27,6 @@ spec:
27
tls:
28
- hosts:
29
- {{ (required "ingress.host is required when ingress.tls is true" .Values.ingress.host) | quote }}
30
- secretName: {{ .Release.Name }}-tls
+ secretName: {{ .Release.Name }}-api-tls
31
{{- end -}}
32
chart/templates/ui/ingress.yml
+ secretName: {{ .Release.Name }}-ui-tls
0 commit comments