K8s: use deprecatedInternalID label rather than SQL annotation (#99263)

This commit is contained in:
Ryan McKinley
2025-01-21 12:38:14 +03:00
committed by GitHub
parent 9ce9ad1777
commit d8b6ded101
15 changed files with 62 additions and 90 deletions
@@ -9,9 +9,9 @@
"rv": 1234,
"title": "Test AAA",
"title_sort": "test aaa",
"labels": {
"grafana.app/deprecatedInternalID": "123"
},
"created": 1706690655000,
"createdBy": "user:abc",
"repo": {
"name": "SQL"
}
"createdBy": "user:abc"
}
+4 -2
View File
@@ -8,8 +8,10 @@
"resourceVersion": "1706690655000",
"creationTimestamp": "2024-01-31T08:44:15Z",
"annotations": {
"grafana.app/createdBy": "user:abc",
"grafana.app/originName": "SQL"
"grafana.app/createdBy": "user:abc"
},
"labels": {
"grafana.app/deprecatedInternalID": "123"
}
},
"spec": {