Skip to content

Commit

Permalink
feat: allow global in helm values to allow using openfga as dependenc…
Browse files Browse the repository at this point in the history
…y chart (#118)

Signed-off-by: Janar Juusu <[email protected]>
Co-authored-by: Jonathan Whitaker <[email protected]>
  • Loading branch information
juusujanar and jon-whit authored Mar 28, 2024
1 parent 95112d7 commit abff659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/openfga/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"$schema": "http://json-schema.org/schema#",
"type": "object",
"properties": {
"global": {
"type": "object"
},
"image": {
"type": "object",
"properties": {
Expand Down

0 comments on commit abff659

Please sign in to comment.