Skip to content

Commit ed5d6b9

Browse files
Merge pull request #1977 from maelvls/listenerset-documentation
[release-next] Remove the use of backticks around resources (Pod, Certificate...)
2 parents 3bf9e7c + 4432928 commit ed5d6b9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

content/docs/usage/gateway.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ spec:
147147
148148
:::info
149149
150-
🚧 this mechanism can only be used to create Secrets in the same namespace as the `Gateway`, see [`cert-manager#5610`](https://github.com/cert-manager/cert-manager/issues/5610)
150+
🚧 this mechanism can only be used to create Secrets in the same namespace as the Gateway, see [`cert-manager#5610`](https://github.com/cert-manager/cert-manager/issues/5610)
151151

152152
:::
153153

@@ -166,7 +166,7 @@ meet the following requirements:
166166
| `tls.certificateRef.name` | Cannot be left empty. |
167167
| `tls.certificateRef.kind` | If specified, must be set to `Secret`. |
168168
| `tls.certificateRef.group` | If specified, must be set to `core`. |
169-
| `tls.certificateRef.namespace` | If specified, must be the same as the `Gateway`. |
169+
| `tls.certificateRef.namespace` | If specified, must be the same as the Gateway. |
170170

171171
In the following example, the first four listener blocks will not be used to
172172
generate Certificate resources:
@@ -354,21 +354,21 @@ spec:
354354

355355
## Supported Annotations
356356

357-
If you are migrating to `Gateway` and `ListenerSet` resources from `Ingress`
357+
If you are migrating to Gateway and ListenerSet resources from Ingress
358358
resources, be aware that there are some differences between [the annotations for
359359
Ingress resources](./ingress.md#supported-annotations) versus the annotations
360-
for `Gateway` and `ListenerSet` resources.
360+
for Gateway and ListenerSet resources.
361361

362-
The `Gateway` and `ListenerSet` resources support the following annotations for
363-
generating `Certificate` resources:
362+
The Gateway and ListenerSet resources support the following annotations for
363+
generating Certificate resources:
364364

365365
- `cert-manager.io/issuer`: the name of the Issuer that should issue the
366-
certificate required for this `Gateway`. The Issuer _must_ be in the same
367-
namespace as the `Gateway` resource.
366+
certificate required for this Gateway. The Issuer _must_ be in the same
367+
namespace as the Gateway resource.
368368

369-
- `cert-manager.io/cluster-issuer`: the name of a `cert-manager.io` `ClusterIssuer`
370-
to acquire the certificate required for this `Gateway`. It does not matter in
371-
which namespace your `Gateway` resides, as `ClusterIssuers` are non-namespaced
369+
- `cert-manager.io/cluster-issuer`: the name of a cert-manager.io ClusterIssuer
370+
to acquire the certificate required for this Gateway. It does not matter in
371+
which namespace your Gateway resides, as ClusterIssuers are non-namespaced
372372
resources.
373373

374374
- `cert-manager.io/issuer-kind`: the kind of the external issuer resource, for
@@ -453,7 +453,7 @@ generating `Certificate` resources:
453453

454454
> ℹ️ This feature was added in cert-manager `v1.18.0`.
455455

456-
It is possible to copy any specific custom annotation into the generated `Certificate` objects.
456+
It is possible to copy any specific custom annotation into the generated Certificate objects.
457457
For example, to copy the annotation: `venafi.cert-manager.io/custom-fields` from the Gateway to the Certificate,
458458
you must first redeploy the cert-manager controller with the following extra argument:
459459

0 commit comments

Comments
 (0)