fix(argo-rollouts plugin): resolve improper piping in watch command (#3009)
The `-w` or `--watch` flag is designed for continuous monitoring and should not pipe to `less` to avoid unnecessary screen rolling.mine
parent
c07ea1dd54
commit
7230fdbb33
|
|
@ -26,7 +26,7 @@ plugins:
|
|||
background: false
|
||||
args:
|
||||
- -c
|
||||
- kubectl argo rollouts get rollout $NAME --context $CONTEXT -n $NAMESPACE -w |& less
|
||||
- kubectl argo rollouts get rollout $NAME --context $CONTEXT -n $NAMESPACE -w
|
||||
argo-rollouts-promote:
|
||||
shortCut: p
|
||||
confirm: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue