https://github.com/mxssl/helm-charts
https://github.com/mxssl/helm-charts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mxssl/helm-charts
- Owner: mxssl
- Created: 2022-04-18T02:59:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-21T13:19:39.000Z (7 months ago)
- Last Synced: 2025-12-23T04:46:07.654Z (6 months ago)
- Language: Smarty
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-charts
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.
Once Helm has been set up correctly, add the repo as follows:
```sh
helm repo add mxssl https://mxssl.github.io/helm-charts
```
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
mxssl` to see the charts.
To install the `` chart:
```sh
helm install mxssl/
```
To uninstall the chart:
```sh
helm delete
```