Skip to content

Commit

Permalink
Set the default namespaces to all
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Jun 3, 2021
1 parent 788845e commit 211fc01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Helm chart for Merkely reporter
| 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 Merkely. |
| reporterConfig.merkelyEnvironmentName | string | `""` | the name of Merkely environment that the k8s cluster/namespace correlates to |
| reporterConfig.merkelyOwner | string | `""` | the name of the Merkely owner (Org) |
| reporterConfig.namespaces | string | `""` | the namespaces which represent the environment. It is a comma separated list of namespace names and/or regex patterns. e.g. `*` reports for all namespaces. `prod,dev-*` reports for the `prod` namespace and any namespace that starts with `dev-` |
| reporterConfig.namespaces | string | `"*"` | the namespaces which represent the environment. It is a comma separated list of namespace names and/or regex patterns. e.g. `*` reports for all namespaces. `prod,dev-*` reports for the `prod` namespace and any namespace that starts with `dev-` |
| serviceAccount.annotations | object | `{}` | annotations to add to the service account |
| serviceAccount.create | bool | `true` | specifies whether a service account should be created |
| 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 |
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/reporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ reporterConfig:
# -- the namespaces which represent the environment.
# It is a comma separated list of namespace names and/or regex patterns.
# e.g. `*` reports for all namespaces. `prod,dev-*` reports for the `prod` namespace and any namespace that starts with `dev-`
namespaces: ""
namespaces: "*"
# -- 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 Merkely.
dryRun: false

Expand Down

0 comments on commit 211fc01

Please sign in to comment.