Skip to content

Commit cc3f37f

Browse files
authored
Merge pull request #50 from permitio/raz/per-7191-fix-opal-helm-chart-nullable-config-in-schema
add null type to datasource config
2 parents 2b86fed + 06bda8d commit cc3f37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "object", "title": "ServerDataSourceConfig", "additionalProperties": false,
1919
"properties": {
2020
"config": {
21-
"type": "object", "title": "DataSourceConfig", "additionalProperties": false,
21+
"type": ["object", "null"], "title": "DataSourceConfig", "additionalProperties": false,
2222
"properties": {
2323
"entries": {
2424
"type": "array", "title": "list of data sources", "default": [],

0 commit comments

Comments
 (0)