Before proceeding
Version
werf 2.8.0
How to reproduce
- Have a lot of resources in the chart.
- Do
werf converge.
Result
Got error:
Secret "sh.helm.release.v1.(release-name).v1" is invalid: data: Too long: must have at most 1048576 character
Expected result
Release successful.
Additional information
Kubernetes resources, including Secrets, have size limit, which is configured per-cluster. The workaround is to split one release into multiple or change resource size limit cluster-wide.
The solution might be automatically splitting release Secret into multiple Secrets if we encounter such an error.
There is some work going on in upstream Helm: helm/helm#12277
Before proceeding
Version
werf 2.8.0
How to reproduce
werf converge.Result
Got error:
Expected result
Release successful.
Additional information
Kubernetes resources, including Secrets, have size limit, which is configured per-cluster. The workaround is to split one release into multiple or change resource size limit cluster-wide.
The solution might be automatically splitting release Secret into multiple Secrets if we encounter such an error.
There is some work going on in upstream Helm: helm/helm#12277