We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0f740f + a85eac1 commit 2808de6Copy full SHA for 2808de6
charts/cortex-agent/templates/openshift-scc.yaml
@@ -11,6 +11,7 @@ allowHostPID: true
11
allowHostPorts: true
12
allowedCapabilities:
13
- SYS_ADMIN
14
+ - SYSLOG
15
- SYS_CHROOT
16
- SYS_MODULE
17
- SYS_PTRACE
@@ -40,7 +41,7 @@ users:
40
41
- system:serviceaccount:{{ .Values.namespace.name }}
42
- system:serviceaccount:{{ .Values.namespace.name }}:{{ include "cortex-xdr.serviceAccountName" . }}
43
volumes:
44
+ - downwardAPI
45
- hostPath
46
- secret
- - downwardAPI
47
{{- end }}
0 commit comments