Skip to content

Commit 8dd5d6f

Browse files
fix: re-introduce missing default value
1 parent 4dd18a1 commit 8dd5d6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

snyk-monitor/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,15 @@ excludedNamespaces:
134134
# template:
135135
# spec:
136136
# securityContext:
137+
# fsGroup: <-- here
138+
# ... <-- here
139+
securityContext: {}
140+
141+
# Allow specifying the whole object in the PodSpec securityContext:
142+
# spec:
143+
# template:
144+
# spec:
145+
# securityContext:
137146
# ... <-- here
138147
podSecurityContext: {}
139148

0 commit comments

Comments
 (0)