File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -352,13 +352,14 @@ versus the annotations for Gateway resources.
352
352
The Gateway resource supports the following annotations for generating
353
353
Certificate resources :
354
354
355
- - `cert-manager.io/issuer` : the name of an Issuer to acquire the certificate
356
- required for this Gateway. The Issuer _must_ be in the same namespace as the
357
- Gateway resource.
358
-
359
- - `cert-manager.io/cluster-issuer` : the name of a ClusterIssuer to acquire the
360
- Certificate required for this Gateway. It does not matter which namespace your
361
- Gateway resides, as `ClusterIssuers` are non-namespaced resources.
355
+ - `cert-manager.io/issuer` : the name of the Issuer that should issue the
356
+ certificate required for this Gateway. The Issuer _must_ be in the same
357
+ namespace as the Gateway resource.
358
+
359
+ - `cert-manager.io/cluster-issuer` : the name of a cert-manager.io ClusterIssuer
360
+ to acquire the certificate required for this Gateway. It does not matter in
361
+ which namespace your Gateway resides, as `ClusterIssuers` are non-namespaced
362
+ resources.
362
363
363
364
- `cert-manager.io/issuer-kind` : the kind of the external issuer resource, for
364
365
example `AWSPCAIssuer`. This is only necessary for out-of-tree issuers.
Original file line number Diff line number Diff line change 56
56
You can specify the following annotations on Ingress resources in order to
57
57
trigger Certificate resources to be automatically created:
58
58
59
- - ` cert-manager.io/issuer`: the name of the issuer that should issue the certificate
60
- required for this Ingress.
59
+ - ` cert-manager.io/issuer`: the name of the Issuer that should issue the
60
+ certificate required for this Ingress.
61
61
62
62
> ⚠️ This annotation does _not_ assume a namespace scoped issuer. It will
63
63
default to cert-manager.io Issuer, however in case of external issuer types,
@@ -67,8 +67,8 @@ trigger Certificate resources to be automatically created:
67
67
the same namespace as the Ingress resource.
68
68
69
69
- `cert-manager.io/cluster-issuer` : the name of a cert-manager.io ClusterIssuer
70
- to acquire the certificate required for this Ingress. It does not matter which
71
- namespace your Ingress resides, as ClusterIssuers are non-namespaced
70
+ to acquire the certificate required for this Ingress. It does not matter in
71
+ which namespace your Ingress resides, as ` ClusterIssuers` are non-namespaced
72
72
resources.
73
73
74
74
> ⚠️ This annotation is a shortcut to refer to to
You can’t perform that action at this time.
0 commit comments