feat(staging): enable hasura console/dev mode
This commit is contained in:
14
kustomize/overlays/staging/hasura-patch.yaml
Normal file
14
kustomize/overlays/staging/hasura-patch.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: hasura
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: hasura
|
||||
env:
|
||||
- name: HASURA_GRAPHQL_ENABLE_CONSOLE
|
||||
value: "true"
|
||||
- name: HASURA_GRAPHQL_DEV_MODE
|
||||
value: "true"
|
||||
Reference in New Issue
Block a user