Skip to content

Commit 837a246

Browse files
authored
Revert openfga connection setting from chart (#1290)
Signed-off-by: Imtiaz Uddin <imtiaz@appscode.com>
1 parent 2346ac6 commit 837a246

4 files changed

Lines changed: 2 additions & 15 deletions

File tree

apis/installer/v1alpha1/ace_ace_types.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,8 @@ type AceTrickster struct {
177177
}
178178

179179
type AceOpenfga struct {
180-
Enabled bool `json:"enabled"`
181-
DatastoreURI string `json:"datastoreURI"`
182-
Datastore *AceOpenfgaDatastore `json:"datastore,omitempty"`
180+
Enabled bool `json:"enabled"`
181+
DatastoreURI string `json:"datastoreURI"`
183182
*OpenfgaSpec `json:",inline,omitempty"`
184183
}
185184

apis/installer/v1alpha1/zz_generated.deepcopy.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/ace/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ The following table lists the configurable parameters of the `ace` chart and the
6565
| s3proxy.enabled | | <code>false</code> |
6666
| openfga.enabled | | <code>false</code> |
6767
| openfga.datastoreURI | | <code>""</code> |
68-
| openfga.datastore.engine | | <code>postgres</code> |
69-
| openfga.datastore.maxOpenConns | | <code>"20"</code> |
70-
| openfga.datastore.connMaxIdleTime | | <code>"10m"</code> |
7168
| pgoutbox.enabled | | <code>false</code> |
7269
| outbox-syncer.enabled | | <code>false</code> |
7370
| postgres-alerts.enabled | | <code>true</code> |

charts/ace/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ s3proxy:
7979
openfga:
8080
enabled: false
8181
datastoreURI: ""
82-
datastore:
83-
engine: postgres
84-
maxOpenConns: "20"
85-
connMaxIdleTime: "10m"
8682
## configured in lib-selfhost
8783
# securityContext: # +doc-gen:break
8884
# allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)