tembo-io / tembo-stacks

Moved to https://github.com/tembo-io/tembo
https://tembo.io
PostgreSQL License
85 stars 1 forks source link

Annotation to keep CRDs #388

Closed nhudson closed 12 months ago

nhudson commented 12 months ago

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