Skip to content

Commit 5ef9394

Browse files
authored
Merge pull request #1633 from porter-dev/main
main -> production
2 parents 63fbe36 + bdeed23 commit 5ef9394

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

applications/web/templates/ingress.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ spec:
2626
{{- if not $.Values.ingress.useDefaultIngressTLSSecret }}
2727
{{ if $.Values.ingress.wildcard }}
2828
secretName: wildcard-cert-tls
29+
{{ else if and $.Values.ingress.wildcard $.Values.ingress.setUniqueWildcardName }}
30+
secretName: '{{ include "docker-template.fullname" $ }}-{{ . | replace "." "-" }}'
2931
{{ else if $.Values.ingress.customTls.enabled }}
3032
secretName: {{ $.Values.ingress.customTls.customTlsSecret }}
3133
{{ else }}

applications/web/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ ingress:
5757
rewriteCustomPathsEnabled: true
5858
annotations: {}
5959
wildcard: false
60+
setUniqueWildcardName: false
6061
tls: true
6162
useDefaultIngressTLSSecret: false
6263
separateTlsPerCustomDomain: true

0 commit comments

Comments
 (0)