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 e6e5c35 commit 782e9e4Copy full SHA for 782e9e4
resources/charts/bitcoincore/charts/cln/templates/configmap.yaml
@@ -14,7 +14,7 @@ data:
14
bitcoin-rpcconnect={{ include "bitcoincore.fullname" . }}
15
bitcoin-rpcport={{ index .Values.global .Values.global.chain "RPCPort" }}
16
bitcoin-rpcpassword={{ .Values.global.rpcpassword }}
17
- alias={{ include "cln.fullname" . }}
+ alias={{ include "lnd.fullname" . }}.{{ .Release.Namespace }}
18
announce-addr=dns:{{ include "cln.fullname" . }}:{{ .Values.P2PPort }}
19
database-upgrade=true
20
bitcoin-retry-timeout=600
0 commit comments