File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,19 +14,8 @@ it is deployed.
1414
1515## Installation
1616
17- The kubewarden-controller can be deployed using a helm chart:
18-
19- ``` shell
20- $ helm repo add kubewarden https://charts.kubewarden.io
21- $ helm install --create-namespace -n kubewarden kubewarden-controller kubewarden/kubewarden-controller
22- ```
23-
24- This will install kubewarden-controller on the Kubernetes cluster in the default
25- configuration.
26-
27- The default configuration values should be good enough for the
28- majority of deployments, all the options are documented
29- [ here] ( https://charts.kubewarden.io/#configuration ) .
17+ The kubewarden-controller can be deployed using a helm chart. For instructions,
18+ see https://charts.kubewarden.io .
3019
3120## Usage
3221
@@ -83,6 +72,7 @@ You can delete the admission policy you just created:
8372
8473` ` `
8574$ kubectl delete clusteradmissionpolicy psp-capabilities
75+ $ kubectl patch clusteradmissionpolicy psp-capabilities -p '{"metadata":{"finalizers":null}}' --type=merge
8676` ` `
8777
8878# # Learn more
You can’t perform that action at this time.
0 commit comments