Skip to content

Commit 717db75

Browse files
committed
fixed helm deployment instructions
1 parent c3741fd commit 717db75

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

charts/kamaji/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e
3131
3232
## Install Kamaji
3333

34+
To add clastix helm repository:
35+
36+
helm repo add clastix https://clastix.github.io/charts
37+
3438
To install the Chart with the release name `kamaji`:
3539

36-
helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
40+
helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji
3741

3842
Show the status:
3943

charts/kamaji/README.md.gotmpl

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e
1818

1919
## Install Kamaji
2020

21+
To add clastix helm repository:
22+
23+
24+
helm repo add clastix https://clastix.github.io/charts
25+
2126
To install the Chart with the release name `kamaji`:
2227

2328

24-
helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
29+
helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji
2530

2631
Show the status:
2732

0 commit comments

Comments
 (0)