Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 492 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 492 Bytes

Codr Helm Charts

Installing

helm repo add codr https://helm.codrml.com
helm repo list
# codr    https://helm.codrml.com

Contributing

Testing charts

helm install --dry-run --debug RELEASE_NAME ./charts/CHART_NAME -n NAMESPACE

Building charts

# Build and index the charts
cd charts
helm package *
helm repo index --url /charts .
mv index.yaml ../

# build the docker image
cd ../
docker build -t codr-client-helm . -f Dockerfile.local