Adopt existing helm release with operator-sdk and helm based operators

10/28/2021

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?

-- Laurentiu Soica
kubernetes
kubernetes-helm
operator-sdk

0 Answers