chore: clean

This commit is contained in:
devthejo 2023-12-18 18:40:12 +01:00
parent 76c776fd19
commit 9eb0009b0f
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 0 additions and 7 deletions

View file

@ -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:

View file

@ -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: