Describe the bug
The KubernetesDeployer not always deletes previously created resources. This can pottentially cause issues about modifying immutable fields.
We need to address that by making using of deleteExisitng() method when applying the resources.
Describe the bug The
KubernetesDeployer
not always deletes previously created resources. This can pottentially cause issues about modifying immutable fields.We need to address that by making using of
deleteExisitng()
method when applying the resources.https://github.com/quarkusio/quarkus/issues/13953
$upstream:13953$