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
| image.tag | string |`"v2.11.17"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
85
+
| image.tag | string |`"v2.11.27"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
86
86
| kosliApiToken.secretKey | string |`"key"`| the name of the key in the secret data which contains the Kosli API token |
87
87
| kosliApiToken.secretName | string |`"kosli-api-token"`| the name of the secret containing the kosli API token |
88
88
| nameOverride | string |`""`| overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |
89
-
| podAnnotations | object |`{}`|any custom annotations to be added to the cronjob|
89
+
| podAnnotations | object |`{}`||
90
90
| podLabels | object |`{}`| custom labels to add to pods |
91
91
| reporterConfig.dryRun | bool |`false`| whether the dry run mode is enabled or not. In dry run mode, the reporter logs the reports to stdout and does not send them to kosli. |
92
+
| reporterConfig.excludeNamespaces | string |`""`| the namespaces to exclude from scanning and reporting. Cannot be combined with namespaces or namespacesRegex. It is a comma separated list of namespace names. Leave this and excludeNamespacesRegex unset if you want to report what is running in the entire cluster |
93
+
| reporterConfig.excludeNamespacesRegex | string |`""`| the namespaces Regex patterns to exclude from scanning and reporting. Does not have effect if excludeNamespaces is set. Cannot be combined with namespaces or namespacesRegex. Requires cluster-wide permissions. It is a comma separated list of namespace regex patterns. Leave this and excludeNamespaces unset if you want to report what is running in the entire cluster |
92
94
| reporterConfig.httpProxy | string |`""`| the http proxy url |
93
95
| reporterConfig.kosliEnvironmentName | string |`""`| the name of Kosli environment that the k8s cluster/namespace correlates to |
94
96
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
95
-
| reporterConfig.namespaces | string |`""`| the namespaces to scan and report. It is a comma separated list of namespace names. leave this and namespacesRegex unset if you want to report what is running in the entire cluster |
96
-
| reporterConfig.namespacesRegex | string |`""`| the namespaces Regex patterns to scan and report. Does not have effect if namespaces is set. Requires cluster-wide permissions. It is a comma separated list of namespace regex patterns. leave this and namespaces unset if you want to report what is running in the entire cluster |
97
+
| reporterConfig.namespaces | string |`""`| the namespaces to scan and report. Cannot be combined with excludeNamespaces or excludeNamespacesRegex. It is a comma separated list of namespace names. Leave this and namespacesRegex unset if you want to report what is running in the entire cluster |
98
+
| reporterConfig.namespacesRegex | string |`""`| the namespaces Regex patterns to scan and report. Does not have effect if namespaces is set. Requires cluster-wide permissions. Cannot be combined with excludeNamespaces or excludeNamespacesRegex. It is a comma separated list of namespace regex patterns. Leave this and namespaces unset if you want to report what is running in the entire cluster |
97
99
| reporterConfig.securityContext | object |`{"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":1000}`| the security context for the reporter cronjob Set to null or {} to disable security context entirely (not recommended) For OpenShift, you can omit runAsUser to let OpenShift assign the UID |
| reporterConfig.securityContext.runAsNonRoot | bool |`true`| whether to run as non root |
@@ -107,5 +109,5 @@ helm uninstall kosli-reporter
107
109
| serviceAccount.permissionScope | string |`"cluster"`| specifies whether to create a cluster-wide permissions for the service account or namespace-scoped permissions. allowed values are: [cluster, namespace]|
108
110
109
111
----------------------------------------------
110
-
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
112
+
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
| image.tag | string |`"v2.11.15"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
85
+
| image.tag | string |`"v2.11.27"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
86
86
| kosliApiToken.secretKey | string |`"key"`| the name of the key in the secret data which contains the Kosli API token |
87
87
| kosliApiToken.secretName | string |`"kosli-api-token"`| the name of the secret containing the kosli API token |
88
88
| nameOverride | string |`""`| overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |
89
89
| podAnnotations | object |`{}`||
90
+
| podLabels | object |`{}`| custom labels to add to pods |
90
91
| reporterConfig.dryRun | bool |`false`| whether the dry run mode is enabled or not. In dry run mode, the reporter logs the reports to stdout and does not send them to kosli. |
92
+
| reporterConfig.excludeNamespaces | string |`""`| the namespaces to exclude from scanning and reporting. Cannot be combined with namespaces or namespacesRegex. It is a comma separated list of namespace names. Leave this and excludeNamespacesRegex unset if you want to report what is running in the entire cluster |
93
+
| reporterConfig.excludeNamespacesRegex | string |`""`| the namespaces Regex patterns to exclude from scanning and reporting. Does not have effect if excludeNamespaces is set. Cannot be combined with namespaces or namespacesRegex. Requires cluster-wide permissions. It is a comma separated list of namespace regex patterns. Leave this and excludeNamespaces unset if you want to report what is running in the entire cluster |
91
94
| reporterConfig.httpProxy | string |`""`| the http proxy url |
92
95
| reporterConfig.kosliEnvironmentName | string |`""`| the name of Kosli environment that the k8s cluster/namespace correlates to |
93
96
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
94
-
| reporterConfig.namespaces | string |`""`| the namespaces to scan and report. It is a comma separated list of namespace names. leave this and namespacesRegex unset if you want to report what is running in the entire cluster |
95
-
| reporterConfig.namespacesRegex | string |`""`| the namespaces Regex patterns to scan and report. Does not have effect if namespaces is set. Requires cluster-wide permissions. It is a comma separated list of namespace regex patterns. leave this and namespaces unset if you want to report what is running in the entire cluster |
97
+
| reporterConfig.namespaces | string |`""`| the namespaces to scan and report. Cannot be combined with excludeNamespaces or excludeNamespacesRegex. It is a comma separated list of namespace names. Leave this and namespacesRegex unset if you want to report what is running in the entire cluster |
98
+
| reporterConfig.namespacesRegex | string |`""`| the namespaces Regex patterns to scan and report. Does not have effect if namespaces is set. Requires cluster-wide permissions. Cannot be combined with excludeNamespaces or excludeNamespacesRegex. It is a comma separated list of namespace regex patterns. Leave this and namespaces unset if you want to report what is running in the entire cluster |
96
99
| reporterConfig.securityContext | object |`{"allowPrivilegeEscalation":false,"runAsNonRoot":true,"runAsUser":1000}`| the security context for the reporter cronjob Set to null or {} to disable security context entirely (not recommended) For OpenShift, you can omit runAsUser to let OpenShift assign the UID |
0 commit comments