Skip to content

Commit

Permalink
Replace delete with helm uninstall and add example to pass my-values.yml
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 19, 2023
1 parent e014add commit f7dbc8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,16 @@ helm install -n cert-manager godaddy-webhook ./deploy/helm

- To change one of the values, create a `my-values.yml` file or set the value(s) using helm's `--set` argument:
```bash
helm install -n cert-manager godaddy-webhook -f my-values.yml ./deploy/helm

or

helm install -n cert-manager godaddy-webhook --set pod.securePort=8443 ./deploy/helm
```

- To uninstall the webhook:
```bash
$ helm delete godaddy-webhook -n cert-manager
$ helm uninstall godaddy-webhook -n cert-manager
```

- Alternatively, you can install the webhook using the kubernetes YAML resources. The namespace
Expand Down

0 comments on commit f7dbc8a

Please sign in to comment.