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 bb254a0 commit dbcd964Copy full SHA for dbcd964
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