1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

clarify naming patterns for Kyverno ClusterRoles/ClusterRoleBindings (#3029)

This commit is contained in:
Vyankatesh Kudtarkar 2022-01-20 21:18:13 +05:30 committed by GitHub
parent df4d7ae26c
commit 8c6a993470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,8 @@ $ helm install kyverno --namespace kyverno kyverno ./charts/kyverno
The command deploys Kyverno on the Kubernetes cluster with default configuration. The [installation](https://kyverno.io/docs/installation/) guide lists the parameters that can be configured during installation.
Kyverno ClusterRole/ClusterRoleBinding names must have the suffix `:webhook`. Ex., `*:webhook`.
## Uninstalling the Chart
To uninstall/delete the `kyverno` deployment: