From fdde0a71a5208ce0c7fd1a9979363b8a14b24390 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 7 Oct 2024 19:09:04 +0200 Subject: [PATCH] docs: making default datastore optional Signed-off-by: Dario Tranchitella --- docs/content/reference/api.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/reference/api.md b/docs/content/reference/api.md index d9c43a42..5c81f3a1 100644 --- a/docs/content/reference/api.md +++ b/docs/content/reference/api.md @@ -837,8 +837,10 @@ such as the number of Pod replicas, the Service resource, or the Ingress.
dataStore string - 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. + DataStore specifies the DataStore that should be used to store the Kubernetes data for the given Tenant Control Plane. +When Kamaji runs with the default DataStore flag, all empty values will inherit the default value. +By leaving it empty and running Kamaji with no default DataStore flag, it is possible to achieve automatic assignment to a specific DataStore object. + Migration from one DataStore to another backed by the same Driver is possible. See: https://kamaji.clastix.io/guides/datastore-migration/ Migration from one DataStore to another backed by a different Driver is not supported.