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
|
name: hasura-engine
|
||||||
description: GraphQL Engine to make data accessible over a GraphQL API
|
description: GraphQL Engine to make data accessible over a GraphQL API
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.3
|
version: 0.1.4
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -28,6 +28,6 @@ envFromSecret: hasura-secret
|
||||||
admin:
|
admin:
|
||||||
secretKey: HASURA_GRAPHQL_ADMIN_SECRET
|
secretKey: HASURA_GRAPHQL_ADMIN_SECRET
|
||||||
jwt:
|
jwt:
|
||||||
secretKey: HASURA_GRAPHQL_JWT_SECRET
|
jwksUrl: HASURA_GRAPHQL_JWT_SECRET
|
||||||
postgres:
|
postgres:
|
||||||
secretKey: HASURA_GRAPHQL_DATABASE_URL
|
secretKey: HASURA_GRAPHQL_DATABASE_URL
|
Loading…
Reference in a new issue