General cleanup and flake update
This commit is contained in:
parent
b26292662f
commit
a5bc8abaec
13 changed files with 126 additions and 112 deletions
|
|
@ -3,10 +3,12 @@
|
|||
shellAliases = { "k" = "kubectl"; };
|
||||
packages = [
|
||||
(pkgs.wrapHelm pkgs.kubernetes-helm {
|
||||
plugins = with pkgs.kubernetes-helmPlugins; [
|
||||
helm-diff
|
||||
helm-secrets
|
||||
];
|
||||
plugins = builtins.attrValues {
|
||||
inherit (pkgs.kubernetes-helmPlugins)
|
||||
helm-diff
|
||||
helm-secrets
|
||||
;
|
||||
};
|
||||
})
|
||||
pkgs.kubectl
|
||||
# pkgs.kustomize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue