Skip to content

Commit

Permalink
fix: cronjob requires jwt secret (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev authored Sep 16, 2022
1 parent 817ca77 commit 4b78eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/galoy/templates/galoy-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ spec:
{{ include "galoy.lnd1.env" . | indent 12 }}
{{ include "galoy.lnd2.env" . | indent 12 }}

{{ include "galoy.jwt.env" . | indent 12 }}

{{ if .Values.galoy.trigger.backups.dropbox.enabled }}
- name: DROPBOX_ACCESS_TOKEN
valueFrom:
Expand Down

0 comments on commit 4b78eb5

Please sign in to comment.