Skip to content

Commit

Permalink
Ajust the installation command
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Bista <[email protected]>
  • Loading branch information
anishbista60 committed Sep 14, 2024
1 parent cc74a71 commit 9bb52a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs_new/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ tool to target the Kubernetes cluster you want to install Kanister on.
Start by adding the Kanister repository to your local setup:

``` bash
helm repo add kanister <https://charts.kanister.io/>
helm repo add kanister https://charts.kanister.io/
```

Use the `helm install` command to install Kanister in the `kanister`
namespace:

``` bash
helm -n kanister upgrade \--install kanister \--create-namespace
kanister/kanister-operator
helm -n kanister upgrade \
--install kanister \
--create-namespace kanister/kanister-operator
```

Confirm that the Kanister workloads are ready:
Expand Down

0 comments on commit 9bb52a1

Please sign in to comment.