Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
863bbc41
Verified
Commit
863bbc41
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
fix(crowdsec): Switch to different patch system
parent
9d5114e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/base/crowdsec/release.yaml
+18
-11
18 additions, 11 deletions
apps/base/crowdsec/release.yaml
with
18 additions
and
11 deletions
apps/base/crowdsec/release.yaml
+
18
−
11
View file @
863bbc41
...
@@ -33,18 +33,25 @@ spec:
...
@@ -33,18 +33,25 @@ spec:
optional
:
true
optional
:
true
postRenderers
:
postRenderers
:
-
kustomize
:
-
kustomize
:
patches
Json6902
:
patches
StrategicMerge
:
-
targ
et
:
-
kind
:
DaemonS
et
v
ersion
:
apps/v1
apiV
ersion
:
apps/v1
kind
:
DaemonSet
metadata
:
name
:
crowdsec-agent
name
:
crowdsec-agent
patch
:
spec
:
-
op
:
"
add"
template
:
path
:
/spec/template/spec/initContainers/0/resources/limits/cpu
spec
:
value
:
"
100m"
initContainers
:
-
op
:
"
replace"
-
name
:
wait-for-lapi
path
:
/spec/template/spec/containers/0/securityContext/privileged
resources
:
value
:
true
limits
:
cpu
:
"
1"
containers
:
-
name
:
crowdsec-agent
# Required in order to run as Super-Privileged-Container and therefore accessing host resources
securityContext
:
privileged
:
true
allowPrivilegeEscalation
:
true
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
ConfigMap
kind
:
ConfigMap
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment