jozu-ai / kitops

Tools for easing the handoff between AI/ML and App/SRE teams.
https://KitOps.ml
Apache License 2.0
261 stars 24 forks source link

Fixup validation - typo in regexp #276

Closed amisevsk closed 1 month ago

amisevsk commented 1 month ago

Description

In changing the regexp to check max length separately, I forgot to add the * instead of {0,64}, meaning we're only allowing types that are 2 characters long.

Linked issues