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
[v1.3.x] Fixed invalid object names generated for long package names (#4476)
* Fixed invalid object names generated for long package names
* TrimDNS1123Label would trim strings but end up creating invalid DNS1123
strings.
* FormatOperatorNameDNS1123 would return strings that were invalid if
they begin or end with non-alphanumeric or hyphens.
Fixes#4470
Signed-off-by: jesus m. rodriguez <[email protected]>
* Handle capitals and use more efficient trim mechanism
Signed-off-by: jesus m. rodriguez <[email protected]>
* React to new expectation.
Signed-off-by: jesus m. rodriguez <[email protected]>
Co-authored-by: jesus m. rodriguez <[email protected]>
0 commit comments