I have an application deployed in Kubernetes with plain helm.
I want to transition to an operator and reuse the existing chart by leveraging the operator-sdk support for helm based operators. That works fine for new deployments. Just that I also have live systems were the app is already deployed as a helm release with the existing helm chart. The app is stateful.
Is there a way to adopt an existing helm release when switching to a helm-based operator?