Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris <[email protected]>
Signed-off-by: Fabian Fischer <[email protected]>
  • Loading branch information
glrf and ccremer committed Sep 2, 2021
1 parent 50377d9 commit 1b4bbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appuio/mariadb-galera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Edit the README.gotmpl.md template instead.
| metrics.serviceMonitor.namespace | string | `""` | Optional namespace which Prometheus is running in |
| metrics.serviceMonitor.relabelings | list | `[]` | RelabelConfigs to apply to samples before scraping |
| metrics.serviceMonitor.scrapeTimeout | string | `""` | Timeout after which the scrape is ended |
| metrics.serviceMonitor.selector | object | `{"prometheus":"kube-prometheus"}` | [object] ServiceMonitor selector labels. Default to kube-prometheus install (CoreOS recommended), but should be set according to Prometheus install. |
| metrics.serviceMonitor.selector | object | `{"prometheus":"kube-prometheus"}` | ServiceMonitor selector labels. Default to kube-prometheus install (CoreOS recommended), but should be set according to Prometheus install. |
| nameOverride | string | `""` | |
| nodeAffinityPreset.key | string | `""` | Node label key to match. Ignored if `affinity` is set. |
| nodeAffinityPreset.type | string | `""` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` |
Expand Down
2 changes: 1 addition & 1 deletion appuio/mariadb-galera/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ metrics:
## e.g:
## scrapeTimeout: 10s
scrapeTimeout: ""
# -- [object] ServiceMonitor selector labels.
# -- ServiceMonitor selector labels.
# Default to kube-prometheus install (CoreOS recommended), but should be set according to Prometheus install.
## ref: https://github.com/bitnami/charts/tree/master/bitnami/prometheus-operator#prometheus-configuration
##
Expand Down

0 comments on commit 1b4bbee

Please sign in to comment.