Skip to content

Commit af9abab

Browse files
authored
Merge pull request #98 from kubewarden/viccuad-update-readme
Update README.md for new architecture
2 parents 5b98f9a + a071223 commit af9abab

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)