diff --git a/plugins/flux.yaml b/plugins/flux.yaml index cbe887d3..72a96555 100644 --- a/plugins/flux.yaml +++ b/plugins/flux.yaml @@ -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