Skip to content

Commit

Permalink
Using cert-manager and openssl official plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 18, 2024
1 parent 1045e79 commit 759880e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k9s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)' \
Expand Down

0 comments on commit 759880e

Please sign in to comment.