awslabs / specctl

CLI to convert Kubernetes specifications to ECS Fargate and vice-versa
https://awslabs.github.io/specctl/
Apache License 2.0
233 stars 14 forks source link

Support for Helm charts #9

Closed stevenfollis closed 1 year ago

stevenfollis commented 1 year ago

Existing functionality for Kubernetes to ECS utilizes K8S manifests, but for users with investments in Helm it would be nice to alternatively be able to scan Helm charts for conversion into ECS.

stevenfollis commented 1 year ago

May be more of a Readme.md update, as Helm supports outputting to YAMLs -

https://helm.sh/docs/helm/helm_template/

CaerusKaru commented 1 year ago

Can this be closed?