mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
clarify naming patterns for Kyverno ClusterRoles/ClusterRoleBindings (#3032)
* fix comment * fix comment
This commit is contained in:
parent
8c6a993470
commit
ccb33a08f6
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +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`.
|
||||
The Kyverno ClusterRole/ClusterRoleBinding that manages webhook configurations must have the suffix `:webhook`. Ex., `*:webhook` or `kyverno:webhook`.
|
||||
Other ClusterRole/ClusterRoleBinding names are configurable.
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
|
|
Loading…
Reference in a new issue