Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Chart CRDs don't render correctly when using Helm Template #3195

Open
a-monahan opened this issue Feb 10, 2025 · 0 comments
Open

Helm Chart CRDs don't render correctly when using Helm Template #3195

a-monahan opened this issue Feb 10, 2025 · 0 comments
Labels

Comments

@a-monahan
Copy link

What happened:

The CRDs don't render as either a single file or multiple files.
You end up with # Source: aws-vpc-cni/crds/customresourcedefinition.yaml which includes only the eniconfig CRD.

Attach Logs

helm_template_outputs.zip

What you expected to happen:

The customresourcedefinition.yaml file to include both CRDs when using helm template.

How to reproduce it (as minimally and precisely as possible):

First add the EKS repository to Helm:

helm repo add eks https://aws.github.io/eks-charts

Then run Helm Template to output the CRDs

helm template aws-vpc-cni eks/aws-vpc-cni --include-crds --show-only "crds/customresourcedefinition.yaml"

Anything else we need to know?:

Possible solution is to split the CRDs into their own files?

Helm version:
version.BuildInfo{Version:"v3.17.0", GitCommit:"301108edc7ac2a8ba79e4ebf5701b0b6ce6a31e4", GitTreeState:"clean", GoVersion:"go1.23.4"}

@a-monahan a-monahan added the bug label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant