@@ -46,26 +46,26 @@ reporterConfig:
4646 # -- the namespaces to scan and report.
4747 # Cannot be combined with excludeNamespaces or excludeNamespacesRegex.
4848 # It is a comma separated list of namespace names.
49- # leave this and namespacesRegex unset if you want to report what is running in the entire cluster
49+ # Leave this and namespacesRegex unset if you want to report what is running in the entire cluster
5050 namespaces : " "
5151 # -- the namespaces Regex patterns to scan and report.
5252 # Does not have effect if namespaces is set.
5353 # Requires cluster-wide permissions.
5454 # Cannot be combined with excludeNamespaces or excludeNamespacesRegex.
5555 # It is a comma separated list of namespace regex patterns.
56- # leave this and namespaces unset if you want to report what is running in the entire cluster
56+ # Leave this and namespaces unset if you want to report what is running in the entire cluster
5757 namespacesRegex : " "
5858 # -- the namespaces to exclude from scanning and reporting.
5959 # Cannot be combined with namespaces or namespacesRegex.
6060 # It is a comma separated list of namespace names.
61- # leave this and excludeNamespacesRegex unset if you want to report what is running in the entire cluster
61+ # Leave this and excludeNamespacesRegex unset if you want to report what is running in the entire cluster
6262 excludeNamespaces : " "
6363 # -- the namespaces Regex patterns to exclude from scanning and reporting.
6464 # Does not have effect if excludeNamespaces is set.
6565 # Cannot be combined with namespaces or namespacesRegex.
6666 # Requires cluster-wide permissions.
6767 # It is a comma separated list of namespace regex patterns.
68- # leave this and excludeNamespaces unset if you want to report what is running in the entire cluster
68+ # Leave this and excludeNamespaces unset if you want to report what is running in the entire cluster
6969 excludeNamespacesRegex : " "
7070 # -- 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.
7171 dryRun : false
0 commit comments