From 94c727330a06b1d3818e9ba1627db4f95f5d3622 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Tue, 13 Apr 2021 15:53:09 -0400 Subject: [PATCH] add template for wellsky kubernetes setup --- dot_bashrc.d/kubernetes-wellsky.sh.tmpl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_bashrc.d/kubernetes-wellsky.sh.tmpl diff --git a/dot_bashrc.d/kubernetes-wellsky.sh.tmpl b/dot_bashrc.d/kubernetes-wellsky.sh.tmpl new file mode 100644 index 0000000..e4385d6 --- /dev/null +++ b/dot_bashrc.d/kubernetes-wellsky.sh.tmpl @@ -0,0 +1,2 @@ +export KUBECTL=$(which kubectl) +export KOPS_STATE_STORE={{- (bitwarden "item" "kops state store").notes }}