File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,13 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e
31
31
32
32
## Install Kamaji
33
33
34
+ To add clastix helm repository:
35
+
36
+ helm repo add clastix https://clastix.github.io/charts
37
+
34
38
To install the Chart with the release name ` kamaji ` :
35
39
36
- helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
40
+ helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji
37
41
38
42
Show the status:
39
43
Original file line number Diff line number Diff line change @@ -18,10 +18,15 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e
18
18
19
19
## Install Kamaji
20
20
21
+ To add clastix helm repository:
22
+
23
+
24
+ helm repo add clastix https://clastix.github.io/charts
25
+
21
26
To install the Chart with the release name `kamaji`:
22
27
23
28
24
- helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
29
+ helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji
25
30
26
31
Show the status:
27
32
You can’t perform that action at this time.
0 commit comments