-
Notifications
You must be signed in to change notification settings - Fork 41
remove namespace name from pvc owner annotation #822
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
remove namespace name from pvc owner annotation #822
Conversation
a92a367
to
261102a
Compare
Created PR #823 to fix the Mergify config |
@Mergifyio rebase |
261102a
to
dc3d0d6
Compare
✅ Branch has been successfully rebased |
The CI looks good now, can we please have the changes reviewed as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Is there a problem with the namespace prefix in the owner reference?
The change to have namespace in the annotation is not backward compatible. Upgrade won't work, as csi-addons would return a name mismatch for pvcs |
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at b78405b |
remove namespace name from pvc owner annotation. Name should be enough to identify vgr/vr the pvc belongs to as the annotation key for vr and vgr is different and both are namespaced scope CRs which would belong to the same namespace as PVC. Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
dc3d0d6
to
6140332
Compare
Remove namespace name from pvc owner annotation.
Name should be enough to identify vgr/vr the pvc belongs to as the annotation key for vr and vgr is different and both are namespaced scope CRs which would belong to the same namespace as PVC.