Skip to content

Commit

Permalink
fix: udpate webhook url
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Jun 3, 2020
1 parent 7f48742 commit 06eee86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s/hasura.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ deployment:
- name: HASURA_GRAPHQL_UNAUTHORIZED_ROLE
value: "anonymous"
- name: ACCOUNT_EMAIL_WEBHOOK_URL
value: ${FRONTEND_URL}/api/webhooks/account
value: https://${HOST}/api/webhooks/account

envFrom:
- secretRef:
Expand Down

0 comments on commit 06eee86

Please sign in to comment.