fix(openreplay-cli): fix path
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
d63d95c748
commit
d043eb0833
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue