Skip to content

Commit d405781

Browse files
Add spreadPolicy as an user option (#1230)
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 2e112fd commit d405781

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

apis/installer/v1alpha1/ace_options_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ type AceOptionsSettings struct {
323323
// +optional
324324
LoginURL string `json:"loginURL"`
325325
// +optional
326-
LogoutURL string `json:"logoutURL"`
326+
LogoutURL string `json:"logoutURL"`
327+
TenantSpreadPolicy string `json:"tenantSpreadPolicy,omitempty"`
327328
}
328329

329330
type AceOptionsProxy struct {

schema/ace-options/values.openapiv3_schema.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,6 +2465,8 @@ properties:
24652465
- enabled
24662466
- host
24672467
type: object
2468+
tenantSpreadPolicy:
2469+
type: string
24682470
required:
24692471
- cache
24702472
- db

0 commit comments

Comments
 (0)