Skip to content

Commit e6e5c35

Browse files
committed
ln: include namespace in alias
1 parent 658ce42 commit e6e5c35

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
@@ -15,7 +15,7 @@ data:
1515
bitcoind.rpchost={{ include "bitcoincore.fullname" . }}:{{ index .Values.global .Values.global.chain "RPCPort" }}
1616
bitcoind.zmqpubrawblock=tcp://{{ include "bitcoincore.fullname" . }}:{{ .Values.global.ZMQBlockPort }}
1717
bitcoind.zmqpubrawtx=tcp://{{ include "bitcoincore.fullname" . }}:{{ .Values.global.ZMQTxPort }}
18-
alias={{ include "lnd.fullname" . }}
18+
alias={{ include "lnd.fullname" . }}.{{ .Release.Namespace }}
1919
externalhosts={{ include "lnd.fullname" . }}
2020
tlsextradomain={{ include "lnd.fullname" . }}
2121
tls.cert: |

0 commit comments

Comments
 (0)