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

fix(crowdsec): Hotfix hardcoded resource definition for init container

parent b8a6fe96
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,17 @@ spec:
name: crowdsec-override-values
valuesKey: values-overrides.yaml
optional: true
postRenderers:
- kustomize:
patchesJson6902:
- target:
version: apps/v1
kind: DaemonSet
name: crowdsec-agent
patch:
- op: "add"
path: /spec/template/spec/initContainers/0/resources/limits/cpu
value: "100m"
---
apiVersion: v1
kind: ConfigMap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment