chore(cli): Removing unnecessary func

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-01-05 09:48:03 +01:00
parent 804fd9e2c4
commit 8986e4e5f2

View file

@ -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