From 2e8b2bab8e0bdb358648b3d8ac525a81504bcc2a Mon Sep 17 00:00:00 2001 From: Philippe Date: Wed, 1 Dec 2021 11:27:17 +0100 Subject: [PATCH] fix: authentication issue --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index b6e5668..eb1d6fc 100644 --- a/app/main.py +++ b/app/main.py @@ -11,7 +11,6 @@ CONTENT_TYPE_LATEST = str('text/plain; version=0.0.4; charset=utf-8') c = Gauge('kube_csr_pending', 'List of unapproved CSR', ['name']) -config.load_kube_config() app = Flask(__name__)