Kubernetes: kubectl alias
This commit is contained in:
parent
1e97b179af
commit
f83909a7fc
1 changed files with 15 additions and 12 deletions
|
|
@ -1,14 +1,17 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
home.packages = [
|
home = {
|
||||||
(pkgs.wrapHelm pkgs.kubernetes-helm {
|
shellAliases = { "k" = "kubectl"; };
|
||||||
plugins = with pkgs.kubernetes-helmPlugins; [
|
packages = [
|
||||||
helm-diff
|
(pkgs.wrapHelm pkgs.kubernetes-helm {
|
||||||
helm-secrets
|
plugins = with pkgs.kubernetes-helmPlugins; [
|
||||||
];
|
helm-diff
|
||||||
})
|
helm-secrets
|
||||||
pkgs.kubectl
|
];
|
||||||
# pkgs.kustomize
|
})
|
||||||
pkgs.awscli2
|
pkgs.kubectl
|
||||||
pkgs.openlens
|
# pkgs.kustomize
|
||||||
];
|
pkgs.awscli2
|
||||||
|
pkgs.openlens
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue