Replies: 2 comments 2 replies
-
@jdomag did you ever find a solution to this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is an etcd limit. What in your chart is 3mb? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an Application that renders helm chart. The helm chart builds around 150 configmaps with 500 keys in each of them. Individual configmap is ~30Kb in size, all the configmaps from helm chart are around ~2Mb. When I try to Sync the App it doesn't sync with the following error from application controller:
{"appNamespace":"argocd","application":"my-properties","level":"warning","msg":"error patching application with operation state: Request entity too large: limit is 3145728","project":"staging"}
I'm trying to understand what the error in application controller means.
What does the app controller tries to do? Is it about the limit of App object or individual confgimap?
Interesting fact is that same helm chart on different cluster sync without an issue.
Beta Was this translation helpful? Give feedback.
All reactions