Compare commits
2 commits
f0fa47639b
...
7039b1be26
Author | SHA1 | Date | |
---|---|---|---|
7039b1be26 | |||
9d9b370215 |
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,11 @@ with config;
|
|||
programs.krewfile = {
|
||||
enable = true;
|
||||
krewPackage = pkgs.krew;
|
||||
indexes = {
|
||||
"netshoot" = "https://github.com/nilic/kubectl-netshoot.git";
|
||||
};
|
||||
plugins = [
|
||||
"netshoot/netshoot"
|
||||
"resource-capacity"
|
||||
"rook-ceph"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue