Skip to content

Commit

Permalink
Merge pull request #8 from junior/102
Browse files Browse the repository at this point in the history
new eve values requirements + workaround
  • Loading branch information
junior authored May 31, 2022
2 parents 9c28c55 + 81a4256 commit 1c2c9f8
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 1c2c9f8

Please sign in to comment.