Skip to content

Commit a14001e

Browse files
committed
Revert "Fix missing DataStore.type: FILEDB"
This reverts commit 7ef9cd5. Signed-off-by: t-kikuc <[email protected]>
1 parent 7ef9cd5 commit a14001e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/en/docs-dev/user-guide/managing-controlplane/configuration-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131

3232
| Field | Type | Description | Required |
3333
|-|-|-|-|
34-
| type | string | Which type of data store should be used. Can be one of the following values<br>`FIRESTORE`, `MYSQL`, `FILEDB`. | Yes |
34+
| type | string | Which type of data store should be used. Can be one of the following values<br>`FIRESTORE`, `MYSQL`. | Yes |
3535
| config | [DataStoreConfig](#datastoreconfig) | Specific configuration for the datastore type. This must be one of these DataStoreConfig. | Yes |
3636

3737
## DataStoreConfig

docs/content/en/docs-v0.46.x/user-guide/managing-controlplane/configuration-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131

3232
| Field | Type | Description | Required |
3333
|-|-|-|-|
34-
| type | string | Which type of data store should be used. Can be one of the following values<br>`FIRESTORE`, `MYSQL`, `FILEDB`. | Yes |
34+
| type | string | Which type of data store should be used. Can be one of the following values<br>`FIRESTORE`, `MYSQL`. | Yes |
3535
| config | [DataStoreConfig](#datastoreconfig) | Specific configuration for the datastore type. This must be one of these DataStoreConfig. | Yes |
3636

3737
## DataStoreConfig

0 commit comments

Comments
 (0)