feat(hasura-engine) Update version and fix indentation in values.yaml
This commit is contained in:
parent
64ca4013ab
commit
a76e6b6218
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: hasura-engine
|
||||
description: GraphQL Engine to make data accessible over a GraphQL API
|
||||
type: application
|
||||
version: 0.1.3
|
||||
version: 0.1.4
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -28,6 +28,6 @@ envFromSecret: hasura-secret
|
|||
admin:
|
||||
secretKey: HASURA_GRAPHQL_ADMIN_SECRET
|
||||
jwt:
|
||||
secretKey: HASURA_GRAPHQL_JWT_SECRET
|
||||
jwksUrl: HASURA_GRAPHQL_JWT_SECRET
|
||||
postgres:
|
||||
secretKey: HASURA_GRAPHQL_DATABASE_URL
|
Loading…
Reference in a new issue