Skip to content

Commit

Permalink
fix(docs): update helm chart readme (#689)
Browse files Browse the repository at this point in the history
* Update README.md

Minor changes to helm deployment instructions

* further changes to improve helm deployment instructions

* ran make -C charts/kamaji docs

* fixed helm deployment instructions
  • Loading branch information
zazathomas authored Feb 14, 2025
1 parent c954722 commit 0c1c253
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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

0 comments on commit 0c1c253

Please sign in to comment.