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:
parent
df4d7ae26c
commit
8c6a993470
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue