mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
7 lines
223 B
Lua
7 lines
223 B
Lua
local obj = obj or {}
|
|
if obj.metadata == nil then obj.metadata = {} end
|
|
if obj.metadata.annotations == nil then obj.metadata.annotations = {} end
|
|
|
|
obj.metadata.annotations["autoscaling.keda.sh/paused"] = "true"
|
|
|
|
return obj
|