I would like to import existing resources into my release.
This new helm
feature allows you to adopt existing resources by annotating them: helm/helm#7649
I was thinking of implementing this using the new Kustomize
feature #1172 but I couldn't get it to work.
Is it possible to use this feature just for patching existing k8s resources? If not, is there a different way to achieve this?
Thanks