Skip to content

Commit

Permalink
Fix typo in values.yaml (#585)
Browse files Browse the repository at this point in the history
* Fix typo in values.yaml

Closes #581

Signed-off-by: Galdin Raphael <[email protected]>

* docs: Fix typo in README.md

Co-authored-by: Philip Sanetra <[email protected]>
  • Loading branch information
gldraphael and PSanetra authored May 3, 2022
1 parent 2b950b1 commit 2954588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/keycloakx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ The following table lists the configurable parameters of the Keycloak-X chart an
| `serviceMonitor.labels` | Additional labels for the ServiceMonitor | `{}` |
| `serviceMonitor.interval` | Interval at which Prometheus scrapes metrics | `10s` |
| `serviceMonitor.scrapeTimeout` | Timeout for scraping | `10s` |
| `serviceMonitor.path` | The path at which metrics are served | `{{ trimSuffix "/" .Value.http.relativePath }}/metrics` |
| `serviceMonitor.path` | The path at which metrics are served | `{{ trimSuffix "/" .Values.http.relativePath }}/metrics` |
| `serviceMonitor.port` | The Service port at which metrics are served | `http` |
| `extraServiceMonitor.enabled` | If `true`, an additional ServiceMonitor resource for the prometheus-operator is created. Could be used for additional metrics via [Keycloak Metrics SPI](https://github.com/aerogear/keycloak-metrics-spi) | `false` |
| `extraServiceMonitor.namespace` | Optionally sets a target namespace in which to deploy the additional ServiceMonitor resource | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloakx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ serviceMonitor:
# Timeout for scraping
scrapeTimeout: 10s
# The path at which metrics are served
path: '{{ trimSuffix "/" .Value.http.relativePath}}/metrics'
path: '{{ trimSuffix "/" .Values.http.relativePath}}/metrics'
# The Service port at which metrics are served
port: http

Expand Down

0 comments on commit 2954588

Please sign in to comment.