You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ilya-lesikov
changed the title
Helm Release Secret maximum size exceeded
Helm release Secret maximum size exceeded
Jul 18, 2024
Before proceeding
Version
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
The text was updated successfully, but these errors were encountered: