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

update PVC annotations when storage config annotations are updated. #336

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

mh013370
Copy link
Member

@mh013370 mh013370 commented Dec 12, 2023

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets fixes #332
License Apache 2.0

What's in this PR?

When storageConfigs.metadata.annotations are updated, nifikop fails to update the annotations for the PVCs it owns. It will only apply them once on creation and then never again. This PR fixes that, so updates are properly reflected.

Why?

It's not possible to update existing PVC annotations.

Checklist

  • Implementation tested
  • Error handling code meets the guideline
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)
  • Append changelog with changes

@juldrixx juldrixx merged commit 7963032 into konpyutaika:master Dec 14, 2023
5 checks passed
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.

Changes are not applied after adding tags to PVC
2 participants