Skip to content

Commit

Permalink
fix(docs): 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 27, 2024
1 parent bacc739 commit c4de94d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/content/general/crds-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,8 @@ TenantSpec defines the desired state of Tenant.
<td>boolean</td>
<td>
Toggling the Tenant resources cordoning, when enable resources cannot be deleted.<br/>
<br/>
<i>Default</i>: false<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down Expand Up @@ -1417,6 +1419,8 @@ TenantSpec defines the desired state of Tenant.
<td>boolean</td>
<td>
Prevent accidental deletion of the Tenant. When enabled, the deletion request will be declined.<br/>
<br/>
<i>Default</i>: false<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down

0 comments on commit c4de94d

Please sign in to comment.