https://github.com/zackbradys/charts
https://github.com/zackbradys/charts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackbradys/charts
- Owner: zackbradys
- License: mit
- Created: 2023-03-07T16:02:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T06:45:38.000Z (over 1 year ago)
- Last Synced: 2025-06-04T22:13:39.672Z (about 1 year ago)
- Language: Mustache
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helm Charts Repository
## About Me
A little bit about me and my history in the industry. If you have any questions, please reach out to me at zbrady@zackbrady.com!
- Former Contractor
- U.S. Military Reservist
- Open-Source Contributor
- Built and Exited a Digital Firm
- Active Volunteer Firefighter/EMT
## Configuration
### Adding the Helm Chart via CLI:
```bash
helm repo add zackbradys https://zackbradys.github.io/charts
helm repo update
```
### Adding the Helm Chart via Rancher Manager:
1. Authenticate into the Rancher Manager UI
2. Open the local cluster or downstream cluster
3. Click into Apps -> Charts -> Repositories
4. Click "Create" and enter the following information:
```bash
Name: zackbradys
Target: http(s) URL to index generated by Helm
Index URL: https://zackbradys.github.io/charts
Authentication: None
```