update to allow indexing other repos for krew packages.
This commit is contained in:
parent
9d9b370215
commit
7039b1be26
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue