mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
5 lines
No EOL
146 B
Lua
5 lines
No EOL
146 B
Lua
if obj.metadata.labels == nil then
|
|
obj.metadata.labels = {}
|
|
end
|
|
obj.metadata.labels["numaplane.numaproj.io/force-promote"] = "true"
|
|
return obj |