Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaosdorf/helm-charts
Helm Charts
https://github.com/chaosdorf/helm-charts
helm-charts kubernetes netbox
Last synced: about 10 hours ago
JSON representation
Helm Charts
- Host: GitHub
- URL: https://github.com/chaosdorf/helm-charts
- Owner: chaosdorf
- Created: 2022-06-11T20:54:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T09:18:51.000Z (2 days ago)
- Last Synced: 2024-11-04T10:25:24.099Z (2 days ago)
- Topics: helm-charts, kubernetes, netbox
- Language: Mustache
- Homepage: https://chaosdorf.github.io/helm-charts
- Size: 241 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 13
-
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 chaosdorf https://chaosdorf.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
chaosdorf` to see the charts.To install the netbox chart:
helm install netbox chaosdorf/netbox
To uninstall the chart:
helm delete netbox