mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-02 22:37:18 +00:00
11 lines
209 B
Lua
11 lines
209 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/reconciliation"] = "disabled"
|
||
|
|
return obj
|