From 4287cdeee10c7874b65f86e1f313b3d880cf46e3 Mon Sep 17 00:00:00 2001 From: scodef <52595068+scodef@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:46:11 +0000 Subject: [PATCH] Add missing backtick to metrics.serviceMonitor.namespace line to correct formatting --- charts/actions-runner-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index e552d8beb3..9387464b04 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -44,7 +44,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `image.pullPolicy` | The pull policy of the controller image | IfNotPresent | | `metrics.serviceMonitor.enable` | Deploy serviceMonitor kind for for use with prometheus-operator CRDs | false | | `metrics.serviceMonitor.interval` | Configure the interval that Prometheus should scrap the controller's metrics | 1m | -| `metrics.serviceMonitor.namespace | Namespace which Prometheus is running in | `Release.Namespace` (the default namespace of the helm chart). | +| `metrics.serviceMonitor.namespace` | Namespace which Prometheus is running in | `Release.Namespace` (the default namespace of the helm chart). | | `metrics.serviceMonitor.timeout` | Configure the timeout the timeout of Prometheus scrapping. | 30s | | `metrics.serviceAnnotations` | Set annotations for the provisioned metrics service resource | | | `metrics.port` | Set port of metrics service | 8443 |