remove duplicated configuration variables

master
Andrew Coleman 2019-08-28 12:00:48 -04:00
parent 2a89bd6809
commit 4ef9cbc4b2
1 changed files with 0 additions and 6 deletions

View File

@ -2,18 +2,12 @@ test -f /etc/bashrc && . /etc/bashrc || true
test -f /etc/bash_completion && . /etc/bash_completion || true
test -f $HOME/.bash_aliases && . $HOME/.bash_aliases || true
#export AWS_ACCESS_KEY_ID=
#export AWS_SECRET_ACCESS_KEY=
export KOPS_STATE_STORE=s3://consolo-kops-state-store
export MINIKUBE_WANTUPDATENOTIFICATION=true
export MINIKUBE_WANTREPORTERRORPROMPT=false
export MINIKUBE_WANTKUBECTLDOWNLOADMSG=false
export MINIKUBE_HOME=$HOME
export MINIKUBE_DRIVER=kvm2
export CHANGE_MINIKUBE_NONE_USER=true
test -d $HOME/.kube || mkdir $HOME/.kube
test -f $HOME/.kube/config || touch $HOME/.kube/config
export KUBECONFIG=$HOME/.kube/config
export GIT_MERGE_AUTOEDIT=no
export EDITOR=vim