diff --git a/scripts/helm/openreplay-cli b/scripts/helm/openreplay-cli index 087f00d89..62c81b7dc 100755 --- a/scripts/helm/openreplay-cli +++ b/scripts/helm/openreplay-cli @@ -79,7 +79,7 @@ start() { done cd $CWD fi - helm upgrade --install -n app $1 ./app/openreplay -f ./app/openreplay/$1.yaml + helm upgrade --install -n app $1 ./app/openreplay -f ./app/$1.yaml }