Skip to content

Commit 148e9a1

Browse files
Update the base for deployment crd
1 parent 436105b commit 148e9a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/crd/bases/atlas.mongodb.com_atlasdeployments.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ spec:
596596
value:
597597
maxLength: 255
598598
minLength: 1
599-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
599+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
600600
type: string
601601
required:
602602
- key
@@ -676,7 +676,7 @@ spec:
676676
value:
677677
maxLength: 255
678678
minLength: 1
679-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
679+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
680680
type: string
681681
required:
682682
- key
@@ -895,7 +895,7 @@ spec:
895895
value:
896896
maxLength: 255
897897
minLength: 1
898-
pattern: ^[a-zA-Z0-9][a-zA-Z0-9@_.+`;`-]*$
898+
pattern: ^[a-zA-Z0-9][a-zA-Z0-9 @_.+`;`-]*$
899899
type: string
900900
required:
901901
- key

0 commit comments

Comments
 (0)