mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
10 lines
213 B
Lua
10 lines
213 B
Lua
if obj.metadata == nil then
|
|
obj.metadata = {}
|
|
end
|
|
|
|
if obj.metadata.annotations == nil then
|
|
obj.metadata.annotations = {}
|
|
end
|
|
|
|
obj.metadata.annotations["cnpg.io/reconciliationLoop"] = "disabled"
|
|
return obj
|