You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`imagePullSecrets`| Specifies the Image pull secret. |`[]`|
52
52
|`replicas`| Specifies the KSPM collector deployment replicas. |`1`|
53
-
|`transportLayer`| Determine the transport used by the collector to receive tasks from the backend and send results back to it. Valid values are "nats" and "http". |`http`|
54
-
|`leaderElection.lockName`| Name of the k8s leader election lease lock. Applicable only if the transport layer is `http`. |`kspm-collector-leader-election`|
53
+
|`transportLayer`| Determine the transport used by the collector to receive tasks from the backend and send results back to it. Valid values are "nats" and "http". |`http`|
54
+
|`leaderElection.lockName`| Name of the k8s leader election lease lock. Applicable only if the transport layer is `http`. |`kspm-collector-leader-election`|
55
55
|`namespaces.included`| Specifies the namespaces to include in the KSPM collector scans. If left empty, all the namesapces will be scanned. | `` |
56
56
|`namespaces.excluded`| Specifies the namespaces to exclude in the KSPM collector scans. | `` |
57
57
|`nodeSelector`| Specifies the Node Selector. |`{}`|
@@ -72,7 +72,7 @@ The following table lists the configurable parameters of the Sysdig KSPM Collect
72
72
|`sslVerifyCertificate`| Sets `NATS_INSECURE` env variable on the KSPM collector containers. ||
73
73
|`arch`| Specifies the allowed architectures for scheduling. |`[ amd64, arm64 ]`|
74
74
|`os`| Specifies the allowed operating systems for scheduling. |`[ linux ]`|
75
-
|`env`| Specifies the Extra environment variables that will be passed onto pods. |`{}`|
75
+
|`env`| Specifies the Extra environment variables that will be passed onto pods. |`{}`|
76
76
|`affinity`| Specifies the node affinities. Overrides `arch` and `os` values. |`{}`|
77
77
|`labels`| Specifies the KSPM collector specific labels as a multi-line templated string map or as YAML. |`{}`|
78
78
|`annotations`| Specifies the deployment annotations as a multi-line templated string map or as YAML. |`{}`|
0 commit comments