This commit is contained in:
Joseph Hanson 2024-07-15 16:18:23 -05:00
parent c1a6aa2c0c
commit 331a451d4b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 3 additions and 0 deletions

2
.envrc
View file

@ -2,4 +2,6 @@
export KUBECONFIG="$(expand_path ./kubeconfig)"
export SOPS_AGE_KEY_FILE="$(expand_path ./age.key)"
export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/talosconfig)"
export KREW_ROOT="$(expand_path ~/.krew/bin)";
PATH_add $KREW_ROOT
use nix

View file

@ -11,6 +11,7 @@ pkgs.mkShell {
go-task
helmfile
k9s
krew
kubectl
kubevirt
kubernetes-helm