Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```