diff --git a/lemur/plugins/lemur_kubernetes/plugin.py b/lemur/plugins/lemur_kubernetes/plugin.py index 47c15e25..6c873e7e 100644 --- a/lemur/plugins/lemur_kubernetes/plugin.py +++ b/lemur/plugins/lemur_kubernetes/plugin.py @@ -140,8 +140,7 @@ class K8sSession(requests.Session): 'Authorization': 'Bearer %s' % bearer }) - k8_ca = os.path.join(os.path.abspath(os.path.dirname(__file__)), - 'k8.cert') + k8_ca = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'k8.cert') with open(k8_ca, "w") as text_file: text_file.write(cert)