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
|
||||
|
|
|
@ -9,8 +9,8 @@ initContainers:
|
|||
repository: ghcr.io/onedr0p/postgres-init
|
||||
tag: "16"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: dispatch-secret
|
||||
- secretRef:
|
||||
name: dispatch-secret
|
||||
|
||||
replicas: "1"
|
||||
|
||||
|
@ -22,12 +22,12 @@ features:
|
|||
devMode: true
|
||||
console: true
|
||||
|
||||
corsDomains: "*"
|
||||
corsDomains: "*"
|
||||
|
||||
envFromSecret: hasura-secret
|
||||
admin:
|
||||
secretKey: HASURA_GRAPHQL_ADMIN_SECRET
|
||||
secretKey: HASURA_GRAPHQL_ADMIN_SECRET
|
||||
jwt:
|
||||
secretKey: HASURA_GRAPHQL_JWT_SECRET
|
||||
jwksUrl: HASURA_GRAPHQL_JWT_SECRET
|
||||
postgres:
|
||||
secretKey: HASURA_GRAPHQL_DATABASE_URL
|
||||
secretKey: HASURA_GRAPHQL_DATABASE_URL
|
||||
|
|
Loading…
Reference in a new issue