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
|
||||||
|
|
|
@ -9,8 +9,8 @@ initContainers:
|
||||||
repository: ghcr.io/onedr0p/postgres-init
|
repository: ghcr.io/onedr0p/postgres-init
|
||||||
tag: "16"
|
tag: "16"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: dispatch-secret
|
name: dispatch-secret
|
||||||
|
|
||||||
replicas: "1"
|
replicas: "1"
|
||||||
|
|
||||||
|
@ -22,12 +22,12 @@ features:
|
||||||
devMode: true
|
devMode: true
|
||||||
console: true
|
console: true
|
||||||
|
|
||||||
corsDomains: "*"
|
corsDomains: "*"
|
||||||
|
|
||||||
envFromSecret: hasura-secret
|
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