Skip to content

Commit

Permalink
fix: include service-credentials graphql extension
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Sep 29, 2022
1 parent 77f278c commit 043badb
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 043badb

Please sign in to comment.