fix: Update tags validation message & documentation (#3145)
* Update dns label validation message to match regex pattern * Update documentation for tags validation & examples * Add changeset
This commit is contained in:
@@ -74,7 +74,7 @@ export class FieldFormatEntityPolicy implements EntityPolicy {
|
||||
case 'isValidNamespace':
|
||||
case 'isValidDnsLabel':
|
||||
expectation =
|
||||
'a string that is sequences of [a-zA-Z0-9] separated by [-], at most 63 characters in total';
|
||||
'a string that is sequences of [a-z0-9] separated by [-], at most 63 characters in total';
|
||||
break;
|
||||
case 'isValidAnnotationValue':
|
||||
expectation = 'a string';
|
||||
|
||||
Reference in New Issue
Block a user