Skip to content

Commit 10ec7af

Browse files
author
Maurice Faber
committed
fix: missing schema entries [ci skip]
1 parent a29b2c6 commit 10ec7af

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/openapi/settings.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,14 @@ Settings:
135135
description: Set this to true when an external load balancer exists (Azure AppGW, Google Apigee) or needs to be started (AWS ALB). This will then be configured through ingress controllers. Expects existing LBs to terminate https. Currently this is only working correctly for Azure, and not for AWS and Google. AWS is close to completion.
136136
title: External load balancer
137137
type: boolean
138+
hasExternalDNS:
139+
description: Set this to true when an external dns zone is available to manage dns records. (Expects required `dns:` fields to be set.)
140+
default: true
141+
title: External DNS
142+
type: boolean
138143
hasExternalIDP:
139144
default: false
140-
description: Set this to true when you bring your own IDP that supports OIDC. (Then you must also fill in the OIDC settings.)
145+
description: Set this to true when bringing your own external IDP such as Azure AD. (Expects required `oidc:` fields to be set.)
141146
title: External IDP
142147
type: boolean
143148
isHomeMonitored:

0 commit comments

Comments
 (0)