Skip to content
Snippets Groups Projects
Verified Commit 1bf6a7d0 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(crowdsec): Force daemonset to run privileged to get spc selinux labels

parent c5b29b79
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ spec:
- op: "add"
path: /spec/template/spec/initContainers/0/resources/limits/cpu
value: "100m"
- op: "replace"
path: /spec/template/spec/containers/0/securityContext/privileged
value: true
---
apiVersion: v1
kind: ConfigMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment