From a3fda5179d2ff620cda5d460fcda1ce1cd1bc06b Mon Sep 17 00:00:00 2001 From: Paul Bierly Date: Wed, 8 Sep 2021 06:43:59 -0500 Subject: [PATCH] commented out the fsgroup in the monitoring install --- kustomize/monitoring/deploy-alertmanager.yaml | 2 +- kustomize/monitoring/deploy-grafana.yaml | 2 +- kustomize/monitoring/deploy-prometheus.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kustomize/monitoring/deploy-alertmanager.yaml b/kustomize/monitoring/deploy-alertmanager.yaml index b535192d..bcda461e 100644 --- a/kustomize/monitoring/deploy-alertmanager.yaml +++ b/kustomize/monitoring/deploy-alertmanager.yaml @@ -66,7 +66,7 @@ spec: dnsPolicy: ClusterFirst restartPolicy: Always securityContext: - fsGroup: 26 + # fsGroup: 26 # supplementalGroups : 65534 schedulerName: default-scheduler serviceAccount: alertmanager diff --git a/kustomize/monitoring/deploy-grafana.yaml b/kustomize/monitoring/deploy-grafana.yaml index 28f9d1e1..d30335b3 100644 --- a/kustomize/monitoring/deploy-grafana.yaml +++ b/kustomize/monitoring/deploy-grafana.yaml @@ -76,7 +76,7 @@ spec: dnsPolicy: ClusterFirst restartPolicy: Always securityContext: - fsGroup: 26 + # fsGroup: 26 # supplementalGroups : 65534 schedulerName: default-scheduler serviceAccount: grafana diff --git a/kustomize/monitoring/deploy-prometheus.yaml b/kustomize/monitoring/deploy-prometheus.yaml index 94af6295..eda5b416 100644 --- a/kustomize/monitoring/deploy-prometheus.yaml +++ b/kustomize/monitoring/deploy-prometheus.yaml @@ -63,7 +63,7 @@ spec: name: alertmanagerrules dnsPolicy: ClusterFirst securityContext: - fsGroup: 26 + # fsGroup: 26 # supplementalGroups : 65534 restartPolicy: Always schedulerName: default-scheduler