Skip to content

Commit

Permalink
Merge pull request #50 from permitio/raz/per-7191-fix-opal-helm-chart…
Browse files Browse the repository at this point in the history
…-nullable-config-in-schema

add null type to datasource config
  • Loading branch information
RazcoDev authored Jul 27, 2023
2 parents 2b86fed + 06bda8d commit cc3f37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"type": "object", "title": "ServerDataSourceConfig", "additionalProperties": false,
"properties": {
"config": {
"type": "object", "title": "DataSourceConfig", "additionalProperties": false,
"type": ["object", "null"], "title": "DataSourceConfig", "additionalProperties": false,
"properties": {
"entries": {
"type": "array", "title": "list of data sources", "default": [],
Expand Down

0 comments on commit cc3f37f

Please sign in to comment.