We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 549ff6e + 795066c commit 5ebac19Copy full SHA for 5ebac19
helm-charts/falcon-sensor/templates/daemonset.yaml
@@ -85,6 +85,11 @@ spec:
85
{{- toYaml . | nindent 10 }}
86
{{- end }}
87
88
+ # We add nobody fsGroup to allow default projected service account to be readable
89
+ # by extensibility processes (that run in a user namespace).
90
+ # It is set as supplemental group for any process in the container.
91
+ securityContext:
92
+ fsGroup: 65534
93
initContainers:
94
# This init container creates empty falconstore file so that when
95
# it's mounted into the sensor-node-container, k8s would just use it
0 commit comments