Skip to content

DAAily/charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Charts

The AD's helm charts repository

usage

Add Repo

helm repo add ad-stable https://daaily.github.io/charts/
helm repo update

Install

helm upgrade release_name ad-stable/chart-ad \
    --install \
    --wait \
    --timeout=300s \
    -f path/to/default_values.yaml \
    -f path/to/overrides_values.yaml \
    --set foo.bar=value

Custom values

You can supply as many custom values files as you want using --values or -f flag. here you can find custom values file examples.