From ef5158725a94937bf91664cd6e9a7aff92dca4c1 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Fri, 13 Oct 2023 23:29:05 +0200 Subject: [PATCH] fix(monitoring): revert mutation and validation webhook change This patch reverts the commit 0176ef91f0b44f8f1c506619418e094b1ea7542d since it limits the actual usage of prometheus-operator resources to the mentioned namespaces, which removes them from autodiscovery and alike. --- infrastructure/monitoring/release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/infrastructure/monitoring/release.yaml b/infrastructure/monitoring/release.yaml index 7b12035ff..66d14b00d 100644 --- a/infrastructure/monitoring/release.yaml +++ b/infrastructure/monitoring/release.yaml @@ -141,10 +141,6 @@ data: enabled: true prometheusOperator: enabled: true - namespaces: - releaseNamespace: true - additional: - - kube-system admissionWebhooks: failurePolicy: Fail enabled: true -- GitLab