Skip to content

Commit 01d82f8

Browse files
committed
Add domain suffix option to discovery config
1 parent fe8ff9d commit 01d82f8

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

components/schemas/environments/services/discovery/DiscoveryConfig.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ properties:
5050
type: string
5151
enum: [default, ipv4, ipv6]
5252
- type: "null"
53+
domain_suffix:
54+
anyOf:
55+
- type: string
56+
- $ref: ../../StackVariable.yml
57+
- type: "null"

stackspec/schema/services/discovery/StackSpecDiscoveryConfig.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,8 @@ properties:
5757
enum: [default, ipv4, ipv6]
5858
- $ref: ../../StackVariable.yml
5959
- type: "null"
60+
domain_suffix:
61+
anyOf:
62+
- type: string
63+
- $ref: ../../StackVariable.yml
64+
- type: "null"

0 commit comments

Comments
 (0)