-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
v0.31.0 removes data volume from deployment #135
Comments
Hey there! taking a look now. Super odd, so is it only removing your |
Yes this is the only change, if you want to take a look at my helm chart/values, it's over here. |
Can you confirm that's the right values file? This and |
Yes this is the correct one. It's on the previous chart version here sorry. Here's my PR which targets the new v0.31.0 version with the updated values. This is what I previously merged and got me the ArgoCD error. |
Ok cool. I'll text your values once I get home. Thanks for the details! |
Good point. If memory serves me correctly, YAML is "last one defined wins," which means that the |
yup! i see it - ok let me work on a fix here |
got a fix ready - rebasing my local against main and then staging a PR |
Hi !
Trying to update to this new version removes my existing volume definitions in
.spec.volumes
in the deployment.My updated values (I just added the new
storage
key, an emptyexistingVolumeClaim
key and moved my existingdata
andattachments
keys in it):My diff in ArgoCD (deployment manifest):
@paimonsoror could you please help since you were the author of this change please ?
The text was updated successfully, but these errors were encountered: