Skip to content
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

[grafana] alert provisioning: The ConfigMap is invalid: metadata.annotations: Too long: must have at most 262144 characters #1811

Open
aaronstutzer opened this issue Sep 13, 2022 · 2 comments · May be fixed by #3064

Comments

@aaronstutzer
Copy link

we use the grafana helm-chart and argocd to deploy it. when we add too many alert rules to alerting we get the error:

The ConfigMap is invalid: metadata.annotations: Too long: must have at most 262144 characters

the possibility to split the alert rules into several configmaps would be nice.

@jeremydescamps
Copy link

jeremydescamps commented Dec 22, 2022

I have exactly the same issue with dashboards configmap.
This is probably caused by the configmap being too long.

I have separated each dashboard in a different configmap to avoid this limitation.

@aaronstutzer
Copy link
Author

with argocd 2.5 there is server-side apply. this fixed it for us

@jmiszczak83 jmiszczak83 linked a pull request Apr 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants