Skip to content

Commit 227f19b

Browse files
committed
nosemgrep - this needs to run in privileged mode
1 parent 2148938 commit 227f19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kube_templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
image: ghcr.io/firetail-io/kubernetes-sensor:v0.1.5
2020
imagePullPolicy: IfNotPresent
2121
securityContext:
22-
privileged: true
22+
privileged: true # nosemgrep
2323
env:
2424
- name: FIRETAIL_API_URL
2525
value: "https://api.logging.eu-west-1.sandbox.firetail.app/logs/bulk"

0 commit comments

Comments
 (0)