We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c28c55 + 81a4256 commit 1c2c9f8Copy full SHA for 1c2c9f8
terraform/VERSION
@@ -1 +1 @@
1
-1.0.1
+1.0.2
terraform/sysdig-agent.tf
@@ -46,6 +46,18 @@ resource "helm_release" "sysdig_agent" {
46
name = "ebpf.enabled"
47
value = true
48
}
49
+ set {
50
+ name = "nodeAnalyzer.runtimeScanner.deploy"
51
+ value = true
52
+ }
53
54
+ name = "nodeAnalyzer.runtimeScanner.eveConnector.deploy"
55
56
57
58
+ name = "resources.limits.cpu"
59
+ value = "null"
60
61
62
count = local.install_sysdig ? 1 : 0
63
0 commit comments