mumoshu/helm-x

feat: `helm x adopt` existing K8s resources

Closed this issue · 0 comments

I'd like to add adopt subcommand to helm-x, which imports existing Kubernetes resources into a newly created helm release, so that you can start managing existing K8s resources with a helm chart.

The usage is:

helm x adopt \
  --resources myns/deployment/myapp,myns/service/myapp \
  --version 1.2.3
  --chart chartname \
  --release releasename

Note that adopt should fail when there's the helm release with the same name as specified.