-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat: make SpaceBindingRequest.Spec.MasterUserRecord immutable #792
Conversation
//require.Len(t, spacebindingrequestWebhook.Rules, 1) | ||
// | ||
//spacebindingrequestRule := spacebindingrequestWebhook.Rules[0] | ||
//assert.Equal(t, []admv1.OperationType{admv1.Create, admv1.Update}, spacebindingrequestRule.Operations) |
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.
please don't forget to add the patch as proposed in the other PR
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.
Unless I've missed it there is not PATCH , plz see codeready-toolchain/member-operator#470 (comment) 🤷♂️
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.
I see now - thanks for the link and your answer there 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MatousJobanek, mfrancisc The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Update spacebindingrequest_test in order to ensure SpaceBindingRequest.Spec.MasterUserRecord cannot be updated.
Jira: https://issues.redhat.com/browse/ASC-426
Paired with: codeready-toolchain/member-operator#470