diff --git a/scripts/helmcharts/init.sh b/scripts/helmcharts/init.sh index 99589dd8c..9cfbb1836 100644 --- a/scripts/helmcharts/init.sh +++ b/scripts/helmcharts/init.sh @@ -145,7 +145,7 @@ function set_permissions() { ## Installing OpenReplay function install_openreplay() { info "installing toolings" - helm uninstall tooling -n app || true + helm uninstall toolings -n app || true helm upgrade --install toolings ./toolings -n app --create-namespace --wait -f ./vars.yaml --atomic --debug ${HELM_OPTIONS} info "installing databases" helm upgrade --install databases ./databases -n db --create-namespace --wait -f ./vars.yaml --atomic --debug ${HELM_OPTIONS}