-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: optional construct metadata in charts #721
Conversation
Signed-off-by: iliapolo <[email protected]>
Signed-off-by: iliapolo <[email protected]>
Signed-off-by: iliapolo <[email protected]>
Signed-off-by: github-actions <[email protected]>
@Mergifyio update |
✅ Branch has been successfully updated |
Signed-off-by: iliapolo <[email protected]>
Signed-off-by: github-actions <[email protected]>
@vinayak-kukreja I switched the implementation to write a Instead, we write a new file for the CLI to optionally consume. Let me know what you think, if you don't have any blocking comments, please approve and add a |
This looks really nice. 🚀 |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Resolves #688 (cherry picked from commit 4b71d6c) Signed-off-by: Eli Polonsky <[email protected]> # Conflicts: # test/chart.test.ts
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
* feat: optional construct metadata in charts (#721) Resolves #688 (cherry picked from commit 4b71d6c) Signed-off-by: Eli Polonsky <[email protected]> # Conflicts: # test/chart.test.ts * use Node.of instead of .node Signed-off-by: iliapolo <[email protected]> Signed-off-by: iliapolo <[email protected]>
Resolves #688