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 }}
|
||||
- name: HASURA_GRAPHQL_URL
|
||||
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
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
|
@ -23,8 +23,6 @@ application:
|
|||
hasura:
|
||||
enabled: false
|
||||
graphqlUrl: http://hasura:8080/v1/graphql
|
||||
webhookSecretName: hasura
|
||||
webhookSecretKey: webhook-secret
|
||||
adminSecretName: hasura-graphql-engine
|
||||
adminSecretKey: admin
|
||||
minio:
|
||||
|
|
Loading…
Add table
Reference in a new issue