Closed leonardoce closed 2 weeks ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: leonardoce Once this PR has been reviewed and has the lgtm label, please assign msau42 for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
cc: @xing-yang
This may be related to #1153
Closing in favor or #1184
When statically binding a VolumeGroupSnapshot with a VolumeGroupSnapshotContent, the code sets the
uid
field.This was not allowed by the CEL validation rules that were imposing a strong immutability on that field.
What type of PR is this?
What this PR does / why we need it:
This PR allows changing the
VolumeGroupSnapshotContent.spec.volumeGroupSnapshotRef.uid
field during the binding of statically provisioned VolumeGroupSnapshot and VolumeGroupSnapshotContent.It was currently disallowed by a CEL transition rule.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: