Skip to content

Commit

Permalink
Update ingress.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsoper authored Feb 13, 2024
1 parent 9fa4c61 commit e88f831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/dbs/tmpl/minio/ingress.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
{{$k}}: "{{$v}}"
{{- end }}
spec:
ingressClassName: nginx
ingressClassName: {{ .Spec.Networking.Ingress.IngressClassName }}
{{- if and ( isTrue .Spec.Networking.HTTPS.Enabled ) (ne .Spec.Networking.HTTPS.CertSecret "") }}
tls:
- hosts:
Expand Down

0 comments on commit e88f831

Please sign in to comment.