fix: default secret name
This commit is contained in:
parent
e6982e4f69
commit
b1d1364dea
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ application:
|
||||||
graphqlUrl: http://hasura:8080/v1/graphql
|
graphqlUrl: http://hasura:8080/v1/graphql
|
||||||
webhookSecretName: hasura
|
webhookSecretName: hasura
|
||||||
webhookSecretKey: webhook-secret
|
webhookSecretKey: webhook-secret
|
||||||
adminSecretName: hasura
|
adminSecretName: hasura-graphql-engine
|
||||||
adminSecretKey: admin
|
adminSecretKey: admin
|
||||||
minio:
|
minio:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue