We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658ce42 commit e6e5c35Copy full SHA for e6e5c35
resources/charts/bitcoincore/charts/lnd/templates/configmap.yaml
@@ -15,7 +15,7 @@ data:
15
bitcoind.rpchost={{ include "bitcoincore.fullname" . }}:{{ index .Values.global .Values.global.chain "RPCPort" }}
16
bitcoind.zmqpubrawblock=tcp://{{ include "bitcoincore.fullname" . }}:{{ .Values.global.ZMQBlockPort }}
17
bitcoind.zmqpubrawtx=tcp://{{ include "bitcoincore.fullname" . }}:{{ .Values.global.ZMQTxPort }}
18
- alias={{ include "lnd.fullname" . }}
+ alias={{ include "lnd.fullname" . }}.{{ .Release.Namespace }}
19
externalhosts={{ include "lnd.fullname" . }}
20
tlsextradomain={{ include "lnd.fullname" . }}
21
tls.cert: |
0 commit comments