The AD's helm charts repository
helm repo add ad-stable https://daaily.github.io/charts/
helm repo update
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
You can supply as many custom values files as you want using --values
or -f
flag.
here you can find custom
values file examples.