Skip to content

Commit eed97e7

Browse files
committed
lnd: allow config to override color
1 parent 1906e3a commit eed97e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/charts/bitcoincore/charts/lnd/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ metadata:
77
role: macaroon-ref
88
data:
99
lnd.conf: |
10+
color={{ include "namespace.color" . }}
1011
{{- .Values.baseConfig | nindent 4 }}
1112
{{- .Values.defaultConfig | nindent 4 }}
1213
{{- .Values.config | nindent 4 }}
@@ -16,7 +17,6 @@ data:
1617
bitcoind.zmqpubrawblock=tcp://{{ include "bitcoincore.fullname" . }}:{{ .Values.global.ZMQBlockPort }}
1718
bitcoind.zmqpubrawtx=tcp://{{ include "bitcoincore.fullname" . }}:{{ .Values.global.ZMQTxPort }}
1819
alias={{ include "lnd.fullname" . }}.{{ .Release.Namespace }}
19-
color={{ include "namespace.color" . }}
2020
externalhosts={{ include "lnd.fullname" . }}
2121
tlsextradomain={{ include "lnd.fullname" . }}
2222
tls.cert: |

0 commit comments

Comments
 (0)