Skip to content

Commit f6e18eb

Browse files
authored
fix typo in config (DataDog#22542)
1 parent 9c9b4ac commit f6e18eb

6 files changed

Lines changed: 6 additions & 4 deletions

File tree

argo_workflows/assets/configuration/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ files:
1111
overrides:
1212
openmetrics_endpoint.value.example: http://localhost:9090/metrics
1313
openmetrics_endpoint.description: |
14-
Endpoint exposing the Workflow Controller's Prometheus metrics. For more information refer to:
14+
Endpoint exposing the Argo Workflow Controller's Prometheus metrics. For more information refer to:
1515
https://argo-workflows.readthedocs.io/en/latest/metrics/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Typo fix in config param

argo_workflows/datadog_checks/argo_workflows/data/conf.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ init_config:
4646
instances:
4747

4848
## @param openmetrics_endpoint - string - required
49-
## Endpoint exposing the Workflow Controller's Prometheus metrics. For more information refer to:
49+
## Endpoint exposing the Argo Workflow Controller's Prometheus metrics. For more information refer to:
5050
## https://argo-workflows.readthedocs.io/en/latest/metrics/
5151
#
5252
- openmetrics_endpoint: http://localhost:9090/metrics

kyverno/assets/configuration/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ files:
1111
overrides:
1212
openmetrics_endpoint.value.example: http://localhost:8000/metrics
1313
openmetrics_endpoint.description: |
14-
Endpoint exposing the Kyver Controller's Prometheus metrics. For more information refer to:
14+
Endpoint exposing the Kyverno Controller's Prometheus metrics. For more information refer to:
1515
https://kyverno.io/docs/monitoring/

kyverno/changelog.d/22542.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Typo fix in config param

kyverno/datadog_checks/kyverno/data/conf.yaml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ init_config:
4646
instances:
4747

4848
## @param openmetrics_endpoint - string - required
49-
## Endpoint exposing the Kyver Controller's Prometheus metrics. For more information refer to:
49+
## Endpoint exposing the Kyverno Controller's Prometheus metrics. For more information refer to:
5050
## https://kyverno.io/docs/monitoring/
5151
#
5252
- openmetrics_endpoint: http://localhost:8000/metrics

0 commit comments

Comments
 (0)