fix(cli): typo for toolings chart (#1376)
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
526c2101ac
commit
f94779ddf0
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue