Skip to content

Commit f330a4b

Browse files
authored
Merge pull request #47491 from windsonsea/tainsy
Fix a link in labels-annotations-taints/_index.md
2 parents 5bc26c7 + b9e378c commit f330a4b

File tree

1 file changed

+4
-5
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+4
-5
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,13 +1217,12 @@ Example: `nginx.ingress.kubernetes.io/configuration-snippet: " more_set_headers
12171217

12181218
Used on: Ingress
12191219

1220-
You can use this annotation to set extra configuration on an Ingress that
1221-
uses the [NGINX Ingress Controller] (https://github.com/kubernetes/ingress-nginx/)
1220+
You can use this annotation to set extra configuration on an Ingress that
1221+
uses the [NGINX Ingress Controller](https://github.com/kubernetes/ingress-nginx/).
12221222
The `configuration-snippet` annotation is ignored
12231223
by default since version 1.9.0 of the ingress controller.
1224-
The NGINX ingress controller setting `allow-snippet-annotations.`
1225-
has to be explicitly enabled to
1226-
use this annotation.
1224+
The NGINX ingress controller setting `allow-snippet-annotations.`
1225+
has to be explicitly enabled to use this annotation.
12271226
Enabling the annotation can be dangerous in a multi-tenant cluster, as it can lead people with otherwise
12281227
limited permissions being able to retrieve all Secrets in the cluster.
12291228

0 commit comments

Comments
 (0)