Skip to content

Commit 0509cbe

Browse files
authored
fix: Allow OpenFGA to be enabled/disabled as a subchart (#233)
* fix: Allow OpenFGA to be enabled/disabled as a subchart This allows the common pattern (as used by OpenFGA for PostgreSQL and MySQL) of enabling or disabling a subchart, which is otherwise disallowed by OpenFGA's `additionalProperties: false` schema. Signed-off-by: Eric Searcy <[email protected]> * fix: Correct improper position/nesting Signed-off-by: Eric Searcy <[email protected]> --------- Signed-off-by: Eric Searcy <[email protected]>
1 parent b406b5b commit 0509cbe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/openfga/values.schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,11 @@
11401140
"type": "object"
11411141
},
11421142
"default": []
1143+
},
1144+
"enabled": {
1145+
"type": "boolean",
1146+
"description": "This value is not used by this chart, but allows a common pattern of enabling/disabling subchart dependencies (where OpenFGA is a subchart)",
1147+
"default": false
11431148
}
11441149
},
11451150
"additionalProperties": false

0 commit comments

Comments
 (0)