You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix MaxLength of worker topology Name fields (#12072)
* Fix MaxLength of worker topology Name fields
Due to existing webhook validation, the max length was effectively 63
characters. This updates the annotation (and CRD) to reflect this actual
max length.
* fixup! Fix MaxLength of worker topology Name fields
Adjust to 63 because maxLength is inclusive
0 commit comments