parent
f2f4077b59
commit
dae2590e0f
|
|
@ -183,10 +183,11 @@ plugins:
|
|||
- -c
|
||||
- >-
|
||||
kubectl get
|
||||
--context $CONTEXT
|
||||
--all-namespaces
|
||||
helmreleases.helm.toolkit.fluxcd.io -o json
|
||||
| jq -r '.items[] | select(.spec.suspend==true) | [.metadata.namespace,.metadata.name,.spec.suspend] | @tsv'
|
||||
| less
|
||||
| less -K
|
||||
get-suspended-kustomizations:
|
||||
shortCut: Shift-S
|
||||
confirm: false
|
||||
|
|
@ -199,7 +200,8 @@ plugins:
|
|||
- -c
|
||||
- >-
|
||||
kubectl get
|
||||
--context $CONTEXT
|
||||
--all-namespaces
|
||||
kustomizations.kustomize.toolkit.fluxcd.io -o json
|
||||
| jq -r '.items[] | select(.spec.suspend==true) | [.metadata.name,.spec.suspend] | @tsv'
|
||||
| less
|
||||
| less -K
|
||||
|
|
|
|||
Loading…
Reference in New Issue