argo-cd/gitops-engine/pkg/diff/testdata/ssd-configmap-predicted-live.json
pedro-cs-ribeiro 1049d40b7d
chore: add tests to validate ConfigMap/Secret key removal in server-side diff (#25216)
Signed-off-by: Pedro Ribeiro <pedro.ribeiro@cross-join.com>
Co-authored-by: Pedro Ribeiro <pedro.ribeiro@cross-join.com>
Co-authored-by: Leonardo Luz Almeida <leoluz@users.noreply.github.com>
2026-01-15 16:53:13 -05:00

29 lines
603 B
JSON

{
"apiVersion": "v1",
"kind": "ConfigMap",
"metadata": {
"name": "test-configmap",
"namespace": "default",
"uid": "12345678-1234-1234-1234-123456789012",
"resourceVersion": "1000",
"managedFields": [
{
"manager": "argocd-controller",
"operation": "Apply",
"apiVersion": "v1",
"time": "2024-01-01T00:00:00Z",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:data": {
"f:key1": {},
"f:key2": {}
}
}
}
]
},
"data": {
"key1": "value1",
"key2": "value2"
}
}