Skip to content

Commit

Permalink
Update default-reaction-providers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Oct 22, 2024
1 parent fb7bfe5 commit 80ec920
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cli/service/resources/default-reaction-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,24 @@ spec:
services:
storedproc:
image: reaction-storedproc
---
apiVersion: v1
kind: ReactionProvider
name: Dataverse
spec:
services:
dataverse:
image: reaction-dataverse
config_schema:
type: object
properties:
endpoint:
type: string
clientId:
type: string
secret:
type: string
required:
- endpoint
- clientId
- secret

0 comments on commit 80ec920

Please sign in to comment.