Spring cleanup
This commit is contained in:
parent
880f2e5c41
commit
34ef088709
8 changed files with 46 additions and 52 deletions
|
|
@ -1,24 +1,27 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
helm = pkgs.wrapHelm pkgs.kubernetes-helm {
|
||||
plugins = builtins.attrValues {
|
||||
inherit (pkgs.kubernetes-helmPlugins)
|
||||
helm-diff
|
||||
# helm-secrets
|
||||
;
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
home = {
|
||||
shellAliases = {
|
||||
"k" = "kubectl";
|
||||
};
|
||||
packages = [
|
||||
(pkgs.wrapHelm pkgs.kubernetes-helm {
|
||||
plugins = builtins.attrValues {
|
||||
inherit (pkgs.kubernetes-helmPlugins)
|
||||
helm-diff
|
||||
# helm-secrets
|
||||
;
|
||||
};
|
||||
})
|
||||
# pkgs.kustomize
|
||||
# pkgs.lens
|
||||
helm
|
||||
pkgs.awscli2
|
||||
pkgs.k9s
|
||||
pkgs.kubectl
|
||||
pkgs.kubelogin-oidc
|
||||
# pkgs.kustomize
|
||||
pkgs.k9s
|
||||
pkgs.awscli2
|
||||
pkgs.lens
|
||||
pkgs.kubevirt
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue