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