Open pbusko opened 4 weeks ago
When cascadeDelete is set to true on a Build object, the produced image by the build will be removed from the registry upon object deletion. If the cascadeDelete is set on the Image object, it will be propagated to Builds
cascadeDelete
true
Build
Image
When
cascadeDelete
is set totrue
on aBuild
object, the produced image by the build will be removed from the registry upon object deletion. If thecascadeDelete
is set on theImage
object, it will be propagated toBuild
s