chore(cli): Removing unnecessary func
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
804fd9e2c4
commit
8986e4e5f2
1 changed files with 0 additions and 4 deletions
|
|
@ -97,10 +97,6 @@ helmInstall() {
|
|||
helm upgrade --install openreplay -n app openreplay -f vars.yaml $ARGS
|
||||
}
|
||||
|
||||
upgrade() {
|
||||
sed -i "s/tag:.*/ tag: 'latest'/g" ./app/$1.yaml
|
||||
}
|
||||
|
||||
logs() {
|
||||
check
|
||||
kubectl logs --timestamps -n app -l app.kubernetes.io/name=$1 -f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue