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 = {
|
programs.krewfile = {
|
||||||
enable = true;
|
enable = true;
|
||||||
krewPackage = pkgs.krew;
|
krewPackage = pkgs.krew;
|
||||||
|
indexes = {
|
||||||
|
"netshoot" = "https://github.com/nilic/kubectl-netshoot.git";
|
||||||
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
|
"netshoot/netshoot"
|
||||||
"resource-capacity"
|
"resource-capacity"
|
||||||
"rook-ceph"
|
"rook-ceph"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue