cdk8s-team / cdk8s-cli

Apache License 2.0
38 stars 23 forks source link

Allow disabling the addition of imported CRDs in Helm output #2483

Open bderrly opened 2 months ago

bderrly commented 2 months ago

Description of the feature or enhancement:

Disable the output of CRDs when using Helm synthesis.

Use Case:

I already have the CRDs installed on the cluster with separate Helm charts and do not want the output from cdk8s to be competing with that Helm chart.

Proposed Solution:

A --no-crds (or similar) flag on cdk8s synth --format helm.


This is a :rocket: Feature Request

iliapolo commented 1 month ago

@bderrly Sounds like a nice enhancement. PR's are welcome :)