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
|`env_id`| The name for your environment's identifier, to easily identify the telemetry data for each environment |`""`|
57
56
|`terminationGracePeriodSeconds`| Termination period (in seconds) to wait before killing Fluentd pod process on pod shutdown. |`30`|
58
-
|`serviceAccount.create`| Specifies whether to create a service account for the cron job|`true`|
57
+
|`serviceAccount.create`| Specifies whether to create a service account for the Deployment|`true`|
59
58
|`serviceAccount.name`| Name of the service account. |`""`|
60
59
|`secrets.enabled`| Specifies wheter to create a secret for the deployment |`true`|
61
60
|`secrets.name`| Secret name |`"logzio-logs-secret-trivy"`|
62
61
|`secrets.logzioShippingToken`| Your logz.io log shipping token |`""`|
63
-
|`secrets.logzioListener`| Your logz.io listener host |`""` (defaults to us region) |
62
+
|`secrets.logzioListener`| Your logz.io listener host, for example - `listener.logz.io`|`""` (defaults to us region) |
64
63
|`scriptLogLevel`| Log level of the script that sends security risk to Logz.io. Can be one of: `DEBUG`, `INFO`, `WARNING`, `ERROR`, `CRITICAL`. |`INFO`|
0 commit comments