added kubeeditor env varriable

This commit is contained in:
2026-08-29 10:45:29 +02:00
parent 9fe25c1ef2
commit 1caaea1819
+2 -1
View File
@@ -4,4 +4,5 @@
hl.env("GCM_CREDENTIAL_STORE", "gpg") hl.env("GCM_CREDENTIAL_STORE", "gpg")
hl.env("GTK_THEME", "Adwaita:dark") hl.env("GTK_THEME", "Adwaita:dark")
hl.env("KUBECONFIG", "/mnt/bulk/git/ansible-deployment/inventory/k8s-lab/artifacts/admin.conf") hl.env("KUBECONFIG", "/mnt/bulk/git/ansible-deployment/inventory/k8s-lab/artifacts/admin.conf")
hl.env("BAO_ADDR", "https://sql01.ascheu.de:8200") hl.env("BAO_ADDR", "https://sql01.ascheu.de:8200")
hl.env("KUBE_EDITOR", "nano")