Skip to content

Commit

Permalink
Fix template to allow custom ingressClass for http solver in cert-man…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-Faizan committed Sep 25, 2024
1 parent cbaf1a3 commit 2068325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
{{- else if eq (toString $v.type) "http"}}
- http01:
ingress:
class: traefik-cert-manager
class: {{ $v.http01.ingress.ingressClassName }}
{{- end -}}
{{- end }}
{{- else -}}
Expand Down

0 comments on commit 2068325

Please sign in to comment.