Skip to content

Commit

Permalink
fix: make apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKienzler committed Aug 22, 2024
1 parent 7369683 commit 4539724
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/content/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,17 @@ such as the number of Pod replicas, the Service resource, or the Ingress.<br/>
<td>
DataStore allows to specify a DataStore that should be used to store the Kubernetes data for the given Tenant Control Plane.
This parameter is optional and acts as an override over the default one which is used by the Kamaji Operator.
Migration from a different DataStore to another one is not yet supported and the reconciliation will be blocked.<br/>
Migration from a different DataStore to another one is supported, see: https://kamaji.clastix.io/guides/datastore-migration/<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>dataStoreSchema</b></td>
<td>string</td>
<td>
DataStoreSchema allows to specify the name of the database (for relational DataStores) or the key prefix (for etcd). This
value is optional and immutable. Note that Kamaji currently doesn't ensure that DataStoreSchema values are unique. It's up
to the user to avoid clashes between different TenantControlPlanes. If not set upon creation, Kamaji will default the
DataStoreSchema by concatenating the namespace and name of the TenantControlPlane.<br/>
</td>
<td>false</td>
</tr><tr>
Expand Down

0 comments on commit 4539724

Please sign in to comment.