rename advancedcronjob directory, and fix the retention operation for broadcastjob
Signed-off-by: yike21 <yike21@qq.com>
This commit is contained in:
parent
27862f77f7
commit
cb069867af
|
@ -132,8 +132,8 @@ spec:
|
|||
function Retain(desiredObj, observedObj)
|
||||
if observedObj.spec.template.metadata ~= nil and observedObj.spec.template.metadata.labels ~= nil then
|
||||
desiredObj.spec.template.metadata.labels = observedObj.spec.template.metadata.labels
|
||||
return desiredObj
|
||||
end
|
||||
return desiredObj
|
||||
end
|
||||
statusReflection:
|
||||
luaScript: >
|
||||
|
|
Loading…
Reference in New Issue