chore: clean
This commit is contained in:
parent
76c776fd19
commit
9eb0009b0f
2 changed files with 0 additions and 7 deletions
|
@ -116,11 +116,6 @@ spec:
|
||||||
{{- if .Values.application.hasura.enabled }}
|
{{- if .Values.application.hasura.enabled }}
|
||||||
- name: HASURA_GRAPHQL_URL
|
- name: HASURA_GRAPHQL_URL
|
||||||
value: {{ .Values.application.hasura.graphqlUrl }}
|
value: {{ .Values.application.hasura.graphqlUrl }}
|
||||||
- name: HASURA_WEB_HOOK_SECRET
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: {{ .Values.application.hasura.webhookSecretName }}
|
|
||||||
key: {{ .Values.application.hasura.webhookSecretKey }}
|
|
||||||
- name: HASURA_GRAPHQL_ADMIN_SECRET
|
- name: HASURA_GRAPHQL_ADMIN_SECRET
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
|
@ -23,8 +23,6 @@ application:
|
||||||
hasura:
|
hasura:
|
||||||
enabled: false
|
enabled: false
|
||||||
graphqlUrl: http://hasura:8080/v1/graphql
|
graphqlUrl: http://hasura:8080/v1/graphql
|
||||||
webhookSecretName: hasura
|
|
||||||
webhookSecretKey: webhook-secret
|
|
||||||
adminSecretName: hasura-graphql-engine
|
adminSecretName: hasura-graphql-engine
|
||||||
adminSecretKey: admin
|
adminSecretKey: admin
|
||||||
minio:
|
minio:
|
||||||
|
|
Loading…
Add table
Reference in a new issue