Before you begin, ensure you have Helm installed.
To use the Helm charts for each project, follow these steps:
- Add the repository:
helm repo add snappcloud-status-page https://snapp-incubator.github.io/snappcloud-status-backend/
If you had already added this repo earlier, run helm repo update
to retrieve the latest versions of the packages.
- You can access to helm charts available within the repository via:
helm search repo snappcloud-status-page
- Install each Helm chart:
helm install my-release snappcloud-status-page/<chart-name>
- To uninstall each helm chart:
helm delete my-release