File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1217,13 +1217,12 @@ Example: `nginx.ingress.kubernetes.io/configuration-snippet: " more_set_headers
1217
1217
1218
1218
Used on: Ingress
1219
1219
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/ ) .
1222
1222
The ` configuration-snippet ` annotation is ignored
1223
1223
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.
1227
1226
Enabling the annotation can be dangerous in a multi-tenant cluster, as it can lead people with otherwise
1228
1227
limited permissions being able to retrieve all Secrets in the cluster.
1229
1228
You can’t perform that action at this time.
0 commit comments