Skip to content

Commit

Permalink
Limit the ability to change the group configs (#3585) (#3639)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Ballantyne <[email protected]>
  • Loading branch information
Gkrumbach07 and andrewballantyne authored Jan 13, 2025
1 parent b518bd7 commit b850fd6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ spec:
type: string
allowedGroups:
type: string
x-kubernetes-validations:
- rule: self == oldSelf
message: Can no longer modify group configurations here, see the Auth resource instead
notebookSizes:
type: array
items:
Expand Down

0 comments on commit b850fd6

Please sign in to comment.