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