openfga / helm-charts

Official Helm charts for the OpenFGA project.
https://openfga.dev
Apache License 2.0
19 stars 35 forks source link

feat: add extraObjects #139

Closed danielloader closed 1 month ago

danielloader commented 3 months ago

Adding arbitrary manifests to the helm chart

Description

I'd like to be able to deploy other resources not included in the chart; Gateway HTTPRoutes, CloudnativePG Clusters etc.

References

Review Checklist

linux-foundation-easycla[bot] commented 3 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

wenzel-felix commented 2 months ago

@rhamzeh / @jon-whit, could you please review this PR. The changes here do not negatively impact the chart generally, but it would allow for more flexible deployments like other charts offer as well (eg. creating related secret provider classes for the Postgres uri secret). Thanks

danielloader commented 2 months ago

Anything else I need to do to get this merged in and released? Thanks

danielloader commented 1 month ago

Attempted to fix the lint failure by adding a schema entry, awaiting approval to test.