Skip to content

Commit

Permalink
Merge pull request #1149 from porter-dev/rudimk/reverse-wildcard-cert…
Browse files Browse the repository at this point in the history
…-patch

Reversed wildcard switch for certificates
  • Loading branch information
rudimk authored Jan 3, 2024
2 parents 8f6682f + 70a9e91 commit 6575a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/web/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- hosts:
- {{ . | quote }}
{{- if not $.Values.ingress.useDefaultIngressTLSSecret }}
{{ if and $.Values.ingress.wildcard (hasPrefix "*" .) }}
{{ if $.Values.ingress.wildcard }}
secretName: wildcard-cert-tls
{{ else if $.Values.ingress.customTls.enabled }}
secretName: {{ $.Values.ingress.customTls.customTlsSecret }}
Expand Down

0 comments on commit 6575a5c

Please sign in to comment.