false |
| s3proxy.enabled | | false |
| openfga.enabled | | false |
-| openfga.datastoreURI | | "" |
+| openfga.datastore.uri | | "" |
| pgoutbox.enabled | | false |
| outbox-syncer.enabled | | false |
| global.nameOverride | | "ace" |
diff --git a/charts/ace/values.openapiv3_schema.yaml b/charts/ace/values.openapiv3_schema.yaml
index 5f735724c..51269f869 100644
--- a/charts/ace/values.openapiv3_schema.yaml
+++ b/charts/ace/values.openapiv3_schema.yaml
@@ -11099,8 +11099,6 @@ properties:
- username
- waitForMigrations
type: object
- datastoreURI:
- type: string
enabled:
type: boolean
experimentals:
@@ -16837,7 +16835,6 @@ properties:
- customReadinessProbe
- customStartupProbe
- datastore
- - datastoreURI
- enabled
- experimentals
- extraEnvVars
diff --git a/charts/ace/values.yaml b/charts/ace/values.yaml
index 8f5b92f93..70fcf86f4 100644
--- a/charts/ace/values.yaml
+++ b/charts/ace/values.yaml
@@ -67,7 +67,8 @@ s3proxy:
openfga:
enabled: false
- datastoreURI: ""
+ datastore:
+ uri: ""
## configured in lib-selfhost
# securityContext: # +doc-gen:break
# allowPrivilegeEscalation: false