Skip to content

Commit

Permalink
Update release.yml (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-vex authored Oct 19, 2023
1 parent 1c13057 commit 8c081dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/oc-ampere/sysdig-agent/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: sysdig-deploy
name: sysdig-agent
namespace: sysdig-agent
spec:
chart:
Expand All @@ -16,7 +16,7 @@ spec:
sysdig:
region: "us1"
kspm:
deploy: true
deploy: false

kspmCollector:
probes:
Expand Down Expand Up @@ -53,6 +53,7 @@ spec:

nodeAnalyzer:
nodeAnalyzer:
deploy: false
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
Expand All @@ -63,4 +64,4 @@ spec:
newEngineOnly: true

rapidResponse:
enabled: true
enabled: false

0 comments on commit 8c081dd

Please sign in to comment.