Skip to content

Commit

Permalink
Merge pull request #56 from mergestat/service-creds-graphql
Browse files Browse the repository at this point in the history
fix: include `service-credentials` graphql extension
  • Loading branch information
patrickdevivo authored Sep 29, 2022
2 parents 77f278c + 043badb commit 802a0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fuse/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fuse
version: 1.2.21
version: 1.2.22
appVersion: 0.0.8
description: Fuse syncs data from Git into a SQL database for use in BI/visualization/other tools.
home: https://www.mergestat.com/
Expand Down
2 changes: 1 addition & 1 deletion charts/fuse/templates/graphql/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- "--schema"
- "mergestat,public"
- "--append-plugins"
- "@graphile-contrib/pg-simplify-inflector,postgraphile-plugin-connection-filter,/graphql/exec-sql/index.js"
- "@graphile-contrib/pg-simplify-inflector,postgraphile-plugin-connection-filter,/graphql/exec-sql/index.js,/graphql/service-credentials/index.js"
- "-o"
- "--subscriptions"
- "--retry-on-init-fail"
Expand Down

0 comments on commit 802a0e6

Please sign in to comment.