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.12.0"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
107
109
| kosliApiToken.secretKey | string |`"key"`| the name of the key in the secret data which contains the Kosli API token |
108
110
| kosliApiToken.secretName | string |`"kosli-api-token"`| the name of the secret containing the kosli API token |
109
111
| nameOverride | string |`""`| overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |
110
-
| podAnnotations | object |`{}`||
112
+
| podAnnotations | object |`{}`|any custom annotations to be added to the cronjob|
111
113
| podLabels | object |`{}`| custom labels to add to pods |
112
-
| reporterConfig.dryRun | bool |`false`||
114
+
| 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.|
113
115
| reporterConfig.environments | list |`[]`| List of Kosli environments to report to. Each entry has required 'name' and optional namespace selectors. Use one entry to report a single environment; use multiple entries to report to multiple environments with different selectors. Per entry: name (required), namespaces, namespacesRegex, excludeNamespaces, excludeNamespacesRegex (optional). Leave namespace fields unset for an entry to report the entire cluster to that environment. |
114
116
| reporterConfig.httpProxy | string |`""`| the http proxy url |
115
117
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
@@ -124,7 +126,8 @@ helm uninstall kosli-reporter
124
126
| serviceAccount.create | bool |`true`| specifies whether a service account should be created |
125
127
| serviceAccount.name | string |`""`| the name of the service account to use. If not set and create is true, a name is generated using the fullname template |
126
128
| 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]|
129
+
| successfulJobsHistoryLimit | int |`3`| specifies the number of successful finished jobs to keep |
127
130
128
131
----------------------------------------------
129
-
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
132
+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
| image.tag | string |`"v2.12.0"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
107
109
| kosliApiToken.secretKey | string |`"key"`| the name of the key in the secret data which contains the Kosli API token |
108
110
| kosliApiToken.secretName | string |`"kosli-api-token"`| the name of the secret containing the kosli API token |
109
111
| nameOverride | string |`""`| overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |
110
-
| podAnnotations | object |`{}`||
112
+
| podAnnotations | object |`{}`|any custom annotations to be added to the cronjob|
111
113
| podLabels | object |`{}`| custom labels to add to pods |
112
-
| reporterConfig.dryRun | bool |`false`||
114
+
| 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.|
113
115
| reporterConfig.environments | list |`[]`| List of Kosli environments to report to. Each entry has required 'name' and optional namespace selectors. Use one entry to report a single environment; use multiple entries to report to multiple environments with different selectors. Per entry: name (required), namespaces, namespacesRegex, excludeNamespaces, excludeNamespacesRegex (optional). Leave namespace fields unset for an entry to report the entire cluster to that environment. |
114
116
| reporterConfig.httpProxy | string |`""`| the http proxy url |
115
117
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
@@ -124,7 +126,8 @@ helm uninstall kosli-reporter
124
126
| serviceAccount.create | bool |`true`| specifies whether a service account should be created |
125
127
| serviceAccount.name | string |`""`| the name of the service account to use. If not set and create is true, a name is generated using the fullname template |
126
128
| 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]|
129
+
| successfulJobsHistoryLimit | int |`3`| specifies the number of successful finished jobs to keep |
127
130
128
131
----------------------------------------------
129
-
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
132
+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments