Skip to content

Commit

Permalink
new eve values requirements + workaround
Browse files Browse the repository at this point in the history
Signed-off-by: junior <junior@users.noreply.github.com>
  • Loading branch information
junior committed May 31, 2022
1 parent 6e3d35f commit 81a4256
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
12 changes: 12 additions & 0 deletions terraform/sysdig-agent.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ resource "helm_release" "sysdig_agent" {
name = "ebpf.enabled"
value = true
}
set {
name = "nodeAnalyzer.runtimeScanner.deploy"
value = true
}
set {
name = "nodeAnalyzer.runtimeScanner.eveConnector.deploy"
value = true
}
set {
name = "resources.limits.cpu"
value = "null"
}

count = local.install_sysdig ? 1 : 0
}
Expand Down

0 comments on commit 81a4256

Please sign in to comment.