fix: add security context for OpenTelemetry collector in configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
8281c6eef7
commit
97d906939e
@ -11,6 +11,11 @@ spec:
|
||||
volumeMounts:
|
||||
- name: app-logs
|
||||
mountPath: {{ .Values.logIngest.logPath }}
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
privileged: true
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
config:
|
||||
receivers:
|
||||
filelog:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user