diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index e510409e99..4b7ff7a946 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -87,7 +87,7 @@ The following table lists the configurable parameters of the kyverno chart and t | `livenessProbe` | liveness probe configuration | `{}` | | `nameOverride` | override the name of the chart | `nil` | | `namespace` | namespace the chart deploy to | `nil` | -| networkPolicy.enabled | when true, use a NetworkPolicy to grant access to the webhook. Default is false. | +| `networkPolicy.enabled` | when true, use a NetworkPolicy to grant access to the webhook. | `false` | `nodeSelector` | node labels for pod assignment | `{}` | | `podAnnotations` | annotations to add to each pod | `{}` | | `podLabels` | additional labels to add to each pod | `{}` |