1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update documentation

This commit is contained in:
shivkumar dudhani 2019-10-25 19:14:18 -05:00
parent 383289c38e
commit 791fcea426

View file

@ -129,7 +129,7 @@ The [Kyverno CLI](documentation/testing-policies.md#test-using-the-kyverno-cli)
# Filter kuberenetes resources that admission webhook should not process
The admission webhook checks if a policy is applicable on all admission requests. The kubernetes kinds that are not be processed can be filtered by adding the configmap named `init-config` in namespace `kyverno` and specifying the resources to be filtered under `data.resourceFilters`
THe confimap is picked from the envenvironment variable `INIT_CONFIG` passed to the kyverno deployment spec.
THe confimap is picked from the envenvironment variable `INIT_CONFIG` passed to the kyverno deployment spec. The resourceFilters configuration can be updated dynamically at runtime.
```
apiVersion: v1