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

View File

@ -41,8 +41,8 @@ func TestStandardDocumentBuilder(t *testing.T) {
"updatedBy": "user:XYZ",
"name": "test1",
"repo": {
"name": "SQL",
"path": "15",
"name": "something",
"path": "path/in/system.json",
"hash": "xyz"
}
}`, string(jj))