2025-12-10 11:15:08 +00:00
|
|
|
if obj.metadata == nil then
|
|
|
|
|
obj.metadata = {}
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
if obj.metadata.annotations == nil then
|
|
|
|
|
obj.metadata.annotations = {}
|
|
|
|
|
end
|
|
|
|
|
|
2026-03-08 13:47:43 +00:00
|
|
|
obj.metadata.annotations["cnpg.io/reconciliationLoop"] = nil
|
2025-12-10 11:15:08 +00:00
|
|
|
return obj
|