Skip to content

Commit 16f3055

Browse files
author
Maurice Faber
committed
chore(release): 0.4.62
1 parent 8d86132 commit 16f3055

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

src/openapi/settings.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ Settings:
186186
description: Settings for Otomi.
187187
additionalProperties: false
188188
properties:
189+
adminPassword:
190+
type: string
191+
title: Admin password
192+
description: Otomi global admin password. Will be used as default for all apps that are not provide with a password. Easy for access and quick to rotate.
189193
additionalClusters:
190194
title: Additional clusters
191195
description: Enter other k8s clusters, if there are any.
@@ -196,22 +200,6 @@ Settings:
196200
- domainSuffix
197201
- name
198202
- provider
199-
adminPassword:
200-
type: string
201-
addons:
202-
additionalProperties: false
203-
description: Manage addon configuration.
204-
properties:
205-
conftest:
206-
description: Manage Conftest configuration.
207-
properties:
208-
enabled:
209-
default: true
210-
description: Use this flag to enable conftest for policy validation
211-
title: Enabled
212-
type: boolean
213-
title: Conftest
214-
title: Addons
215203
hasCloudLB:
216204
default: false
217205
description: Set this to true when an external LB exists or needs to be started (AWS ALB, Azure AppGW, Google Apigee). 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.

0 commit comments

Comments
 (0)