Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloud-custodian/helm-charts
Helm Charts
https://github.com/cloud-custodian/helm-charts
Last synced: about 2 months ago
JSON representation
Helm Charts
- Host: GitHub
- URL: https://github.com/cloud-custodian/helm-charts
- Owner: cloud-custodian
- License: apache-2.0
- Created: 2020-12-21T15:46:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T00:28:07.000Z (about 1 year ago)
- Last Synced: 2023-11-29T01:31:43.436Z (about 1 year ago)
- Language: Smarty
- Homepage: https://cloud-custodian.github.io/helm-charts/
- Size: 33.2 KB
- Stars: 5
- Watchers: 6
- Forks: 16
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-charts
List the charts available like this:```
helm repo add c7n https://cloud-custodian.github.io/helm-charts/
helm repo update
helm search repo c7n -l
```# Local testing
To install the helm charts locally to verify its working you can run something
similar to:```
helm install c7n-kube ./charts/c7n-kube --namespace c7n-system --values ./values.yml --create-namespace
```