From 0dd1c6a38ec2f0a9a8d33cf5f2925406ef8ed846 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 13 Dec 2020 08:39:25 -0500 Subject: [PATCH] Add KOPS_STATE_STORE --- bash/.bashrc | 3 +++ emacs/.emacs.d/init.org | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index c182dfe..3a03001 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -48,3 +48,6 @@ if [ -x "$(command -v gpg-connect-agent)" ]; then fi export BASH_SILENCE_DEPRECATION_WARNING=1 + +# AWS +export KOPS_STATE_STORE=s3://lola-kops-cluster-state diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index f5b0b30..a0cac1c 100755 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1432,7 +1432,7 @@ I don't want anything to write to my init.el, so save customizations in a separa (setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME" "MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME" "PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV" - "PIPENV_MAX_DEPTH" "PYENV_ROOT") + "PIPENV_MAX_DEPTH" "PYENV_ROOT" "KOPS_STATE_STORE") exec-path-from-shell-check-startup-files nil) (exec-path-from-shell-initialize)) #+END_SRC