Skip to content

Commit 8444ab2

Browse files
committed
Remove validation for topic
1 parent 4e995d9 commit 8444ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ spec:
164164
topic:
165165
name: topic
166166
title: Topic
167-
regexValidation: "^([a-fh-zA-FH-Z][a-zA-Z0-9\\-._~%+]{0,254}|[gG]($|[^oO][a-zA-Z0-9\\-._~%+]{0,253}|[oO]($|[^oO][a-zA-Z0-9\\-._~%+]{0,252}|[oO]($|[^gG][a-zA-Z0-9\\-._~%+]{0,251}))))$"
167+
regexValidation: ^([a-fh-zA-FH-Z][a-zA-Z0-9\-._~%+]{0,254}|[gG]($|[^oO][a-zA-Z0-9\-._~%+]{0,253}|[oO]($|[^oO][a-zA-Z0-9\-._~%+]{0,252}|[oO]($|[^gG][a-zA-Z0-9\-._~%+]{0,251}))))$
168168
validation: "ID must start with a letter, and contain only the following characters: letters, numbers, dashes (-), periods (.), underscores (_), tildes (~), percents (%) or plus signs (+). Cannot start with goog. ID must be at most 255 characters long."
169169
topic_kms_key_name:
170170
name: topic_kms_key_name

0 commit comments

Comments
 (0)