Skip to content

Commit c0df62f

Browse files
committed
Fix wrong hostname descriptions
1 parent 497ec87 commit c0df62f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

infra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ parameters:
9494
type: string
9595
constraints:
9696
- allowed_pattern: '[a-z0-9\-]*'
97-
description: Hostname must contain only characters [a-z0-9\-\.].
97+
description: Hostname must contain only characters [a-z0-9\-].
9898

9999
domain_name:
100100
description: >

master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ parameters:
9494
type: string
9595
constraints:
9696
- allowed_pattern: '[a-z0-9\-]*'
97-
description: Hostname must contain only characters [a-z0-9\-\.].
97+
description: Hostname must contain only characters [a-z0-9\-].
9898

9999
domain_name:
100100
description: >

node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ parameters:
128128
type: string
129129
constraints:
130130
- allowed_pattern: '[a-z0-9\-]*'
131-
description: Hostname must contain only characters [a-z0-9\-\.].
131+
description: Hostname must contain only characters [a-z0-9\-].
132132

133133
domain_name:
134134
description: >

0 commit comments

Comments
 (0)