mqttui & kustomize to shell
This commit is contained in:
parent
691d2f9c2b
commit
73596fbb49
2 changed files with 6 additions and 0 deletions
4
.envrc
4
.envrc
|
@ -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
|
||||||
|
|
|
@ -18,5 +18,7 @@ pkgs.mkShell {
|
||||||
pre-commit
|
pre-commit
|
||||||
sops
|
sops
|
||||||
age
|
age
|
||||||
|
mqttui
|
||||||
|
kustomize
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue