Skip to content

Commit

Permalink
Fix helm install cmd for webhook (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
spilchen authored Aug 16, 2021
1 parent 80472d5 commit ea84274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ After cert-manager completes, install the webhook:
```
$ helm repo add vertica-charts https://vertica.github.io/charts
$ helm repo update
$ helm install vdb-webhook vertica-charts/verticadb-webhook
$ helm install -n vertica --create-namespace vdb-webhook vertica-charts/verticadb-webhook
```

The webhook is cluster-scoped. It is installed into only one namespace and is used by operators installed in any namespaces.
The webhook is cluster-scoped. It is installed into only one namespace (vertica) and is used by operators installed in any namespaces.

# Deploying Vertica

Expand Down

0 comments on commit ea84274

Please sign in to comment.