Skip to content

Commit a1a8dc5

Browse files
authored
Add missing backtick to metrics.serviceMonitor.namespace line to correct formatting (#3790)
1 parent 16304b5 commit a1a8dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/actions-runner-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
4444
| `image.pullPolicy` | The pull policy of the controller image | IfNotPresent |
4545
| `metrics.serviceMonitor.enable` | Deploy serviceMonitor kind for for use with prometheus-operator CRDs | false |
4646
| `metrics.serviceMonitor.interval` | Configure the interval that Prometheus should scrap the controller's metrics | 1m |
47-
| `metrics.serviceMonitor.namespace | Namespace which Prometheus is running in | `Release.Namespace` (the default namespace of the helm chart). |
47+
| `metrics.serviceMonitor.namespace` | Namespace which Prometheus is running in | `Release.Namespace` (the default namespace of the helm chart). |
4848
| `metrics.serviceMonitor.timeout` | Configure the timeout the timeout of Prometheus scrapping. | 30s |
4949
| `metrics.serviceAnnotations` | Set annotations for the provisioned metrics service resource | |
5050
| `metrics.port` | Set port of metrics service | 8443 |

0 commit comments

Comments
 (0)