This change is needed due to the nature of a Helm chart's lifecycle. To make sure the cluster does not delete specific critical resources, we need to keep the CRDs in place even if the Helm chart is deleted. This is specifically for migration purposes. If the CRDs are no longer needed then a manual deletion of the CRDs is still possible.
This change is needed due to the nature of a Helm chart's lifecycle. To make sure the cluster does not delete specific critical resources, we need to keep the CRDs in place even if the Helm chart is deleted. This is specifically for migration purposes. If the CRDs are no longer needed then a manual deletion of the CRDs is still possible.
Issue: TEM-2028