Add krew
This commit is contained in:
parent
c1a6aa2c0c
commit
331a451d4b
2 changed files with 3 additions and 0 deletions
2
.envrc
2
.envrc
|
@ -2,4 +2,6 @@
|
||||||
export KUBECONFIG="$(expand_path ./kubeconfig)"
|
export KUBECONFIG="$(expand_path ./kubeconfig)"
|
||||||
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
|
||||||
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)"
|
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)"
|
||||||
|
export KREW_ROOT="$(expand_path ~/.krew/bin)";
|
||||||
|
PATH_add $KREW_ROOT
|
||||||
use nix
|
use nix
|
||||||
|
|
|
@ -11,6 +11,7 @@ pkgs.mkShell {
|
||||||
go-task
|
go-task
|
||||||
helmfile
|
helmfile
|
||||||
k9s
|
k9s
|
||||||
|
krew
|
||||||
kubectl
|
kubectl
|
||||||
kubevirt
|
kubevirt
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
|
|
Loading…
Reference in a new issue