We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521fbf9 commit d54a67cCopy full SHA for d54a67c
charts/kamaji/README.md
@@ -30,10 +30,13 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e
30
> For production use an externally managed `etcd` is highly recommended, the `etcd` addon offered by this Chart is not considered production-grade.
31
32
## Install Kamaji
33
+To add the Clastix helm repository:
34
+
35
+ helm repo add clastix https://clastix.github.io/charts
36
37
To install the Chart with the release name `kamaji`:
38
- helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
39
+ helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji
40
41
Show the status:
42
0 commit comments