From f94779ddf07ff129fc94996bf68bf0354727f547 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Sat, 24 Jun 2023 00:41:52 +0200 Subject: [PATCH] fix(cli): typo for toolings chart (#1376) Signed-off-by: rjshrjndrn --- scripts/helmcharts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}