Skip to content

Commit

Permalink
fix(installer): add boolean defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Apr 30, 2024
1 parent c4de94d commit 0869b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ spec:
type: string
type: object
cordoned:
default: false
description: Toggling the Tenant resources cordoning, when enable resources cannot be deleted.
type: boolean
imagePullPolicies:
Expand Down Expand Up @@ -1873,6 +1874,7 @@ spec:
type: object
type: object
preventDeletion:
default: false
description: Prevent accidental deletion of the Tenant. When enabled, the deletion request will be declined.
type: boolean
priorityClasses:
Expand Down

0 comments on commit 0869b49

Please sign in to comment.