Install via yaml - String validation/application naming, missing

Version: 25.04.1

Apps → Discover Apps → Install Via Yaml

Name has to have format ^[a-z]([-a-z0-9]*[a-z0-9])?$ but isn’t checked till save and the instance is attempted to be created whereas if I install an App from the catalogue

its is validated as I go with

Name must start and end with a lowercase alphanumeric character. Hyphen is allowed in the middle e.g abc123, abc, abcd-1232

being shown on error

Afaik, that’s a little piece of javascript that watches that form field as you type and guides you to prevent you from filling everything out wrong and not finding out til you hit submit. I see it on sites all the time. Could make a good feature request we could all appreciate, and it’s a small tweak.

I’ve put a feature request in

1 Like