Skip to content

Commit 077192c

Browse files
Incorporate review suggestions
Co-authored-by: Ashley Davis <[email protected]> Signed-off-by: Yuedong Wu <[email protected]>
1 parent c32f9cf commit 077192c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/docs/reference/annotations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
3232
to secure internal services, and need to solve challenges using a different ingress class
3333
to that of the ingress. If not specified and the `acme-http01-edit-in-place` annotation is
3434
not 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
4141
to secure internal services, and need to solve challenges using a different ingress class
4242
to that of the ingress. If not specified and the `acme-http01-edit-in-place` annotation is
4343
not set, this defaults to the `http01.ingress.ingressClassName` defined in the Issuer resource.

0 commit comments

Comments
 (0)