You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1"# Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart.
40
40
# The following two will create a UI warning if the request is not available in cluster
41
41
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.
Copy file name to clipboardExpand all lines: charts/kubewarden-controller/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ For more information refer to the [official Kubewarden website](https://kubeward
16
16
This repository is a monorepo containing the source code for all the different
17
17
components of the Kubewarden Admission Controller:
18
18
19
-
-**kubewarden-controller**: A Kubernetes controller that allows you to dynamically register Kubewarden admission policies and reconcile them with the Kubernetes webhooks of the cluster where it's deployed
19
+
-**adm-controller**: A Kubernetes controller that allows you to dynamically register Kubewarden admission policies and reconcile them with the Kubernetes webhooks of the cluster where it's deployed
20
20
-**policy-server**: The runtime component that evaluates admission policies written in WebAssembly
21
21
-**audit-scanner**: A component that scans existing resources in the cluster against registered policies
22
22
-**kwctl**: A CLI tool for testing and managing Kubewarden policies
@@ -35,7 +35,7 @@ The [`docs/`](./docs) folder contains README files for each component:
35
35
36
36
## Installation
37
37
38
-
The kubewarden-controller can be deployed using a Helm chart. For instructions,
38
+
The adm-controller can be deployed using a Helm chart. For instructions,
39
39
see https://charts.kubewarden.io.
40
40
41
41
Please refer to our [quickstart](https://docs.kubewarden.io/quick-start) for more details.
0 commit comments