Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 792 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 792 Bytes

License

Cloud Native Wizard Apps Helm Charts

This repository contains the Helm charts for the Cloud Native Wizard Apps.

cnwizards

How to install the Helm charts

To install the Helm charts, you need to add the Helm repository to your local Helm client. To do so, run the following command:

# to add the Helm repository
helm repo add cnwizards https://charts.cloudnativewizards.dev
# to pull the latest Helm charts
helm pull cnwizards/node-wizard   
# to install the Helm charts
helm install node-wizard cnwizards/node-wizard --namespace node-wizard --create-namespace