Run helm dep update in update-deploy-gen
Signed-off-by: James Munnelly <james.munnelly@jetstack.io>
This commit is contained in:
parent
76ed08d69b
commit
7aa9339661
@ -47,5 +47,7 @@ gen() {
|
||||
mv "${TMP_OUTPUT_WEBHOOK}" "${OUTPUT}-webhook.yaml"
|
||||
}
|
||||
|
||||
helm init --client-only
|
||||
helm dep update "${REPO_ROOT}/contrib/charts/cert-manager"
|
||||
gen rbac-values "${REPO_ROOT}/contrib/manifests/cert-manager/with-rbac"
|
||||
gen without-rbac-values "${REPO_ROOT}/contrib/manifests/cert-manager/without-rbac"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user