You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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"}
The text was updated successfully, but these errors were encountered: