mqttui & kustomize to shell

This commit is contained in:
Joseph Hanson 2024-09-23 00:38:08 -05:00
parent 691d2f9c2b
commit 73596fbb49
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 6 additions and 0 deletions

4
.envrc
View file

@ -5,5 +5,9 @@ export TALOSCONFIG="$(expand_path ./kubernetes/bootstrap/talos/clusterconfig/tal
export KREW_ROOT="$(expand_path ~/.krew/bin)" export KREW_ROOT="$(expand_path ~/.krew/bin)"
export CLUSTER="theshire" export CLUSTER="theshire"
export KUBERNETES_DIR="$(expand_path ./kubernetes)" export KUBERNETES_DIR="$(expand_path ./kubernetes)"
#export MQTTUI_BROKER="mqtt://10.1.1.38"
#export MQTTUI_BROKER=$(op item get "emqx [jahanson]" --fields broker)
#export MQTTUI_USERNAME=$(op item get "emqx [jahanson]" --fields username)
#export MQTTUI_PASSWORD=$(op item get "emqx [jahanson]" --fields password)
PATH_add $KREW_ROOT PATH_add $KREW_ROOT
use nix use nix

View file

@ -18,5 +18,7 @@ pkgs.mkShell {
pre-commit pre-commit
sops sops
age age
mqttui
kustomize
]; ];
} }