update to allow indexing other repos for krew packages.

This commit is contained in:
Joseph Hanson 2024-09-11 18:41:26 -05:00
parent 9d9b370215
commit 7039b1be26
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -10,8 +10,10 @@ with config;
programs.krewfile = {
enable = true;
krewPackage = pkgs.krew;
indexes = {
"netshoot" = "https://github.com/nilic/kubectl-netshoot.git";
};
plugins = [
"index netshoot https://github.com/nilic/kubectl-netshoot.git"
"netshoot/netshoot"
"resource-capacity"
"rook-ceph"