CDK Helm construct fails because of CF output size #34212
Unanswered
flavioschuindt
asked this question in
Q&A
Replies: 1 comment
-
I am facing the same issue here, any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using the CDK Helm construct to deploy a chart that contains multiple components:
I am getting the following error:
Correct if I am wrong, but I believe the issue is related to all the content from the helm install output being passed to the CF output synthesized by CDK, and CF limits it to 4096 bytes. I tried to see the output from helm install when I tried it outside of CDK (manual helm install), and it is about 2MB, which of course is more than the 4096 bytes limit. I couldn't find any option in the Helm Construct to suppress the output. Not even Helm itself has any option like this. Last, this chart comes externally from another team, so I don't have a way to manage it inside the chart.
Beta Was this translation helpful? Give feedback.
All reactions