Skip to content

Commit

Permalink
chore: add cred checksum as env var to core pods (#5472)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Feb 7, 2024
1 parent 9bc046f commit 6b5c9df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/galoy/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ Return Galoy environment variables for LND 1 configuration
secretKeyRef:
name: {{ .Values.galoy.lnd1.pubkeyExistingSecret.name }}
key: {{ .Values.galoy.lnd1.pubkeyExistingSecret.key }}
- name: LND1_CREDS_CHECKSUM
value: {{ .Values.galoy.lnd1.credsChecksum | default "" }}
{{ if .Values.loop.enabled }}
- name: LND1_LOOP_MACAROON
valueFrom:
Expand Down Expand Up @@ -203,6 +205,8 @@ Return Galoy environment variables for LND 2 configuration
secretKeyRef:
name: {{ .Values.galoy.lnd2.pubkeyExistingSecret.name }}
key: {{ .Values.galoy.lnd2.pubkeyExistingSecret.key }}
- name: LND2_CREDS_CHECKSUM
value: {{ .Values.galoy.lnd2.credsChecksum | default "" }}
{{ if .Values.loop.enabled }}
- name: LND2_LOOP_MACAROON
valueFrom:
Expand Down

0 comments on commit 6b5c9df

Please sign in to comment.