Skip to content

Commit 782e9e4

Browse files
committed
LN: add namespace to alias
1 parent e6e5c35 commit 782e9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
bitcoin-rpcconnect={{ include "bitcoincore.fullname" . }}
1515
bitcoin-rpcport={{ index .Values.global .Values.global.chain "RPCPort" }}
1616
bitcoin-rpcpassword={{ .Values.global.rpcpassword }}
17-
alias={{ include "cln.fullname" . }}
17+
alias={{ include "lnd.fullname" . }}.{{ .Release.Namespace }}
1818
announce-addr=dns:{{ include "cln.fullname" . }}:{{ .Values.P2PPort }}
1919
database-upgrade=true
2020
bitcoin-retry-timeout=600

0 commit comments

Comments
 (0)