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

Declare missing volumeClaimTemplate fields to fix ArgoCD ServerSideApply OutOfSync #347

Merged
merged 2 commits into from
Feb 7, 2023

Conversation

robert-bublik-gcx
Copy link
Contributor

Context

When deploying VerneMQ using ArgoCD we run into the issue that the live manifest for the StatefulSet is different from the desired manifest when deploying a volume. ArgoCD then declares the app OutOfSync. This is caused by the missing optional fields apiVersion and kind which are not defined in the Helm chart and ServerSideApply is used.

Adding those two fields shouldn't have any other effect but would help people using ArgoCD.

Upstream Issue:

mario-steinhoff-gcx

This comment was marked as outdated.

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 this pull request may close these issues.

None yet

4 participants