https://github.com/letsramp/helm
Helm chart for Mocker
https://github.com/letsramp/helm
Last synced: 26 days ago
JSON representation
Helm chart for Mocker
- Host: GitHub
- URL: https://github.com/letsramp/helm
- Owner: letsramp
- Created: 2023-02-13T18:09:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T02:01:18.000Z (5 months ago)
- Last Synced: 2026-01-22T10:16:55.860Z (5 months ago)
- Language: Go Template
- Size: 926 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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:
helm repo add skyramp https://letsramp.github.io/helm/
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
skyramp` to see the charts.
To install the worker chart:
helm install my-worker skyramp/worker
To uninstall the chart:
helm delete my-worker