Kubernetes: add helm plugins
This commit is contained in:
parent
7b77fe874a
commit
a2924f4caf
1 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,14 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages =
|
home.packages = [
|
||||||
builtins.attrValues { inherit (pkgs) awscli2 kubectl kubernetes-helm openlens; };
|
(pkgs.wrapHelm pkgs.kubernetes-helm {
|
||||||
|
plugins = with pkgs.kubernetes-helmPlugins; [
|
||||||
|
helm-diff
|
||||||
|
helm-secrets
|
||||||
|
];
|
||||||
|
})
|
||||||
|
pkgs.kubectl
|
||||||
|
# pkgs.kustomize
|
||||||
|
pkgs.awscli2
|
||||||
|
pkgs.openlens
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue