-
Notifications
You must be signed in to change notification settings - Fork 294
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
RFC | Helm Import #1271
Comments
I've made a basic helm charts import with codegen over imported k8s structs, using prerendered |
@yuriy-yarosh the values will still be provided as normal. But instead of providing it to a generic Im not sure I understand what you mean by stacked codegen, do you have an example to show? |
Adding docs for helm import feature. Tracking Issue: #1271 Needs cdk8s-team/cdk8s-cli#1202
Description
Currently cdk8s supports adding helm charts as construct with the helm construct. This approach does not take into consideration data types for the values that the helm chart can accept.
This RFC is proposing to enable users to import a helm chart as a construct using
cdk8s import
. This would auto generate a construct for the user and if avalues.schema.json
is present in the helm chart, then thevalues
properties would have appropriate types associated with them.Roles
Workflow
rfc/proposed
)rfc/review
)rfc/api-approved
applied to pull request)rfc/final-comments-period
)rfc/approved
)rfc/planning
)rfc/implementing
)rfc/done
)The text was updated successfully, but these errors were encountered: