Skip to content

GetManifestsFromHelm only returns CRDs and ignores chart templates #877

@parthivsaikia

Description

@parthivsaikia

Current Behavior

The function GetManifestsFromHelm currently only processes files in the crds/ folder. It ignores the templates/ folder, which leads to "no components found" errors during model generation because the main resources (Deployments, Services) are missing.

Expected Behavior

The function should also render the templates/ directory to include the main Kubernetes resources, not just the CRDs.

Screenshots/Logs

Error generating model: artifact-hub
 no components found for model
Error generating model: argocd
 provided Chart URL for the model argocd is empty.
Error generating model: aws-load-balancer-controller
 no components found for model
Error generating model: ace
 no components found for model
Error generating model: ambassador
 no components found for model

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions