Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion charts/kamaji/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e

## Install Kamaji

To add clastix helm repository:

helm repo add clastix https://clastix.github.io/charts

To install the Chart with the release name `kamaji`:

helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji

Show the status:

Expand Down
7 changes: 6 additions & 1 deletion charts/kamaji/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ This Helm Chart starting from v0.1.1 provides the installation of an internal `e

## Install Kamaji

To add clastix helm repository:


helm repo add clastix https://clastix.github.io/charts

To install the Chart with the release name `kamaji`:


helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji
helm upgrade --install --namespace kamaji-system --create-namespace kamaji clastix/kamaji

Show the status:

Expand Down