Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathisve/reloader-example
https://github.com/mathisve/reloader-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mathisve/reloader-example
- Owner: mathisve
- Created: 2024-10-24T01:44:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:54:35.000Z (2 months ago)
- Last Synced: 2024-10-24T17:56:42.971Z (2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reloader-example
These code samples go paired with [this video](https://youtu.be/1vodLYj9yy8).
## Install using Helm
```bash
helm repo add stakater https://stakater.github.io/stakater-charts
helm repo update
helm install reloader -n reloader --create-namespace stakater/reloader
```You can find the original installation instructions [here](https://github.com/stakater/Reloader?tab=readme-ov-file#deploying-to-kubernetes)!