From 60dac7e912d3a9c6d5dab0bc25f09989c9df7f25 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 19 Aug 2025 14:14:52 +0200 Subject: [PATCH] prometheus-node-exporter --- argocd/apps/prometheus/prometheus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/prometheus/prometheus.yaml b/argocd/apps/prometheus/prometheus.yaml index c2c0a7c..d955180 100644 --- a/argocd/apps/prometheus/prometheus.yaml +++ b/argocd/apps/prometheus/prometheus.yaml @@ -43,7 +43,7 @@ spec: prometheus-node-exporter: enabled: true containerSecurityContext: - allowPrivilegeEscalation: false + allowPrivilegeEscalation: true readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 65534