You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: