From 2cffe5eb8cc231673e3491219669f410522a5874 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Wed, 14 Apr 2021 15:14:27 +0200
Subject: [PATCH] Diasble admissionWebhooks
---
execution/infrastructure/prometheus/helm-values.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/execution/infrastructure/prometheus/helm-values.yaml b/execution/infrastructure/prometheus/helm-values.yaml
index ceae0a1e4..bae9a6c50 100644
--- a/execution/infrastructure/prometheus/helm-values.yaml
+++ b/execution/infrastructure/prometheus/helm-values.yaml
@@ -36,6 +36,8 @@ nodeExporter:
prometheusOperator:
enabled: true
+ admissionWebhooks:
+ enabled: false
namespaces:
releaseNamespace: true
additional: []
--
GitLab