Skip to content

Commit 1141572

Browse files
authored
Update README.md (#17591)
Remove comma from the autodiscovery annotation as it is incorrect. The comma will break the JSON and the configuration won't work.
1 parent 4d71a73 commit 1141572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argo_workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ metadata:
3434
"init_config": {},
3535
"instances": [
3636
{
37-
"openmetrics_endpoint": "http://%%host%%:9090/metrics",
37+
"openmetrics_endpoint": "http://%%host%%:9090/metrics"
3838
}
3939
]
4040
}

0 commit comments

Comments
 (0)