File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ This is useful for keeping compatibility with the `ingress-gce` component.
2727## acme.cert-manager.io/http01-ingress-class
2828- [ Ingress] ( ../usage/ingress.md )
2929
30- this annotation allows you to configure the ` kubernetes.io/ingress.class ` that will be
31- used to solve challenges for this ingress. Customizing this is useful when you are trying
30+ Allows the ` kubernetes.io/ingress.class ` annotation to be configured.
31+ Customizing this is useful when you are trying
3232to secure internal services, and need to solve challenges using a different ingress class
3333to that of the ingress. If not specified and the ` acme-http01-edit-in-place ` annotation is
3434not set, this defaults to the ` http01.ingress.class ` defined in the Issuer resource.
3535
3636## acme.cert-manager.io/http01-ingress-ingressclassname
3737- [ Ingress] ( ../usage/ingress.md )
3838
39- this annotation allows you to configure the ` spec.ingressClassName ` that will be
40- used to solve challenges for this ingress. Customizing this is useful when you are trying
39+ Allows the Ingress's ` spec.ingressClassName ` to be configured.
40+ Customizing this is useful when you are trying
4141to secure internal services, and need to solve challenges using a different ingress class
4242to that of the ingress. If not specified and the ` acme-http01-edit-in-place ` annotation is
4343not set, this defaults to the ` http01.ingress.ingressClassName ` defined in the Issuer resource.
You can’t perform that action at this time.
0 commit comments