From 759880e2ecb8ec6fa384d860aa619867a7052fa8 Mon Sep 17 00:00:00 2001 From: Martin Montes Date: Sat, 18 May 2024 20:18:07 +0200 Subject: [PATCH] Using cert-manager and openssl official plugins --- k9s.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k9s.sh b/k9s.sh index 73e78e7..6d9b12b 100755 --- a/k9s.sh +++ b/k9s.sh @@ -74,12 +74,12 @@ cp -r k8s-tooling/.k9s/clusters/* "$K9S_CTX/clusters" K9S_PLUGINS=( # oficial + "k9s/plugins/cert-manager.yaml" "k9s/plugins/debug-container.yaml" + "k9s/plugins/openssl.yaml" "k9s/plugins/watch-events.yaml" # custom "k8s-tooling/.k9s/plugins/flux.yaml" - "k8s-tooling/.k9s/plugins/cert-manager.yaml" - "k8s-tooling/.k9s/plugins/openssl.yaml" ) for i in "${!K9S_PLUGINS[@]}"; do yq eval-all '. as $item ireduce ({}; . *+ $item)' \