Skip to content

Commit b01f93a

Browse files
authored
Update README.md (#20082)
Fixed a syntax error in pod annotations
1 parent 2d4f782 commit b01f93a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

airflow/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,11 @@ metadata:
328328
ad.datadoghq.com/<CONTAINER_IDENTIFIER>.checks: |
329329
{
330330
"airflow": {
331-
"instances": ["url": "http://airflow-ui.%%kube_namespace%%.svc.cluster.local:8080"]
331+
"instances": [
332+
{
333+
"url": "http://airflow-ui.%%kube_namespace%%.svc.cluster.local:8080"
334+
}
335+
]
332336
}
333337
}
334338
# (...)

0 commit comments

Comments
 (0)