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.3"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
85
+
| image.tag | string |`"v2.11.15"`| 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 |
@@ -91,7 +91,8 @@ helm uninstall kosli-reporter
91
91
| reporterConfig.httpProxy | string |`""`| the http proxy url |
92
92
| reporterConfig.kosliEnvironmentName | string |`""`| the name of Kosli environment that the k8s cluster/namespace correlates to |
93
93
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
94
-
| reporterConfig.namespaces | string |`""`| the namespaces which represent the environment. It is a comma separated list of namespace names. leave this unset if you want to report what is running in the entire cluster |
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 |
95
96
| resources.limits.cpu | string |`"100m"`| the cpu limit |
96
97
| resources.limits.memory | string |`"256Mi"`| the memory limit |
97
98
| resources.requests.memory | string |`"64Mi"`| the memory request |
| image.tag | string |`"v2.11.3"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
85
+
| image.tag | string |`"v2.11.15"`| the kosli reporter image tag, overrides the image tag whose default is the chart appVersion. |
88
86
| kosliApiToken.secretKey | string |`"key"`| the name of the key in the secret data which contains the Kosli API token |
89
87
| kosliApiToken.secretName | string |`"kosli-api-token"`| the name of the secret containing the kosli API token |
90
88
| nameOverride | string |`""`| overrides the name used for the created k8s resources. If `fullnameOverride` is provided, it has higher precedence than this one |
@@ -93,7 +91,8 @@ helm uninstall kosli-reporter
93
91
| reporterConfig.httpProxy | string |`""`| the http proxy url |
94
92
| reporterConfig.kosliEnvironmentName | string |`""`| the name of Kosli environment that the k8s cluster/namespace correlates to |
95
93
| reporterConfig.kosliOrg | string |`""`| the name of the Kosli org |
96
-
| reporterConfig.namespaces | string |`""`| the namespaces which represent the environment. It is a comma separated list of namespace names. leave this unset if you want to report what is running in the entire cluster |
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
96
| resources.limits.cpu | string |`"100m"`| the cpu limit |
98
97
| resources.limits.memory | string |`"256Mi"`| the memory limit |
99
98
| resources.requests.memory | string |`"64Mi"`| the memory request |
0 commit comments