Skip to content

Commit 4af6f57

Browse files
tjmoore4andrewlecuyer
authored andcommitted
Updates the Supplemental Group configuration
Updates the Supplemental Group configuration to use the expected array format.
1 parent c67375d commit 4af6f57

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

kustomize/monitoring/deploy-alertmanager.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ spec:
6767
restartPolicy: Always
6868
securityContext:
6969
fsGroup: 26
70-
# supplementalGroups : 65534
70+
# supplementalGroups:
71+
# - 65534
7172
schedulerName: default-scheduler
7273
serviceAccount: alertmanager
7374
serviceAccountName: alertmanager

kustomize/monitoring/deploy-grafana.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ spec:
7777
restartPolicy: Always
7878
securityContext:
7979
fsGroup: 26
80-
# supplementalGroups : 65534
80+
# supplementalGroups:
81+
# - 65534
8182
schedulerName: default-scheduler
8283
serviceAccount: grafana
8384
serviceAccountName: grafana

kustomize/monitoring/deploy-prometheus.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ spec:
6464
dnsPolicy: ClusterFirst
6565
securityContext:
6666
fsGroup: 26
67-
# supplementalGroups : 65534
67+
# supplementalGroups:
68+
# - 65534
6869
restartPolicy: Always
6970
schedulerName: default-scheduler
7071
serviceAccount: prometheus-sa

0 commit comments

Comments
 (0)