From 03a2f6cafda961aa93157239f02988dd78e8fcb0 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 17 Oct 2024 11:43:38 +0200 Subject: [PATCH] ZSH: Ajout de la configuration de Kubernetes --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index c45cb7f..2dd4e72 100644 --- a/.zshrc +++ b/.zshrc @@ -87,6 +87,7 @@ export PYTHONWARNINGS="ignore::DeprecationWarning" #export FLASK_SKIP_DOTENV=1 ## make problems with poetry and flask applications export PIPENV_QUIET=1 # enlève les courtesy notice export ENABLE_WARNINGS=false # enlève les warnings dans le setup RERO-ils +export KUBECONFIG=$HOME/kubeconfig # You may need to manually set your language environment export LANG=fr_FR.UTF-8