Skip to content

Commit

Permalink
fix(argo-rollouts plugin): resolve improper piping in watch command (d…
Browse files Browse the repository at this point in the history
…erailed#3009)

The `-w` or `--watch` flag is designed for continuous monitoring
and should not pipe to `less` to avoid unnecessary screen rolling.
  • Loading branch information
davefu113 authored Dec 7, 2024
1 parent c07ea1d commit 7230fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/argo-rollouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7230fdb

Please sign in to comment.