Skip to content

Commit

Permalink
Merge pull request #1308 from porter-dev/main
Browse files Browse the repository at this point in the history
main -> production
  • Loading branch information
rudimk authored Jun 10, 2024
2 parents ed4a9d8 + 9ce55a2 commit 106dd09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addons/metabase/templates/private-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ spec:
{{- range $allPrivateHosts }}
- {{ . | quote }}
{{- end }}
secretName: {{ include "docker-template.fullname" . }}
{{ if .Values.privateIngress.wildcard }}
secretName: wildcard-cert-tls
{{ else }}
secretName: {{ include "docker-template.fullname" . }}
{{ end }}
{{- end }}
rules:
{{- range $allPrivateHosts }}
Expand Down
1 change: 1 addition & 0 deletions addons/metabase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ingress:
privateIngress:
enabled: false
tls: false
wildcard: false
privateIngressClass:
hosts: []
custom_paths: []
Expand Down

0 comments on commit 106dd09

Please sign in to comment.