github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/Bucket/actions/resume/action.lua (about)

     1  if obj.spec.suspend ~= nil and obj.spec.suspend then
     2      obj.spec.suspend = false
     3  end
     4  
     5  return obj