Skip to content

Commit

Permalink
Merge pull request #32 from permitio/raz/per-4664-fix-serverdatasourc…
Browse files Browse the repository at this point in the history
…econfig-schema-on

add external_source_url to ServerDataSourceConfig schema
  • Loading branch information
RazcoDev authored Mar 23, 2023
2 parents c262efa + fd55b69 commit 9c0ccc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"items": { "$ref": "#/definitions/DataSourceEntry" }
}
}
}
},
"external_source_url": {"type": "string", "title": "url to external data source"}
}
}
},
Expand Down
5 changes: 2 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
imageRegistry: docker.io
postgresImageRegistry: docker.io
imagePullSecrets: []
imagePullSecrets: [ ]

server:
port: 7002
Expand All @@ -10,8 +10,7 @@ server:
policyRepoMainBranch: null
pollingInterval: 30
dataConfigSources:
config:
entries: []
external_source_url: "https://your-api.com/path/to/api/endpoint"
broadcastUri: null
broadcastPgsql: true
uvicornWorkers: 4
Expand Down

0 comments on commit 9c0ccc2

Please sign in to comment.