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 e0def8f commit 1f44794Copy full SHA for 1f44794
resources/charts/bitcoincore/Chart.yaml
@@ -6,6 +6,9 @@ dependencies:
6
- name: lnd
7
version: 0.1.0
8
condition: ln.lnd
9
+ - name: eclair
10
+ version: 0.1.0
11
+ condition: ln.eclair
12
13
# A chart can be either an 'application' or a 'library' chart.
14
#
resources/charts/bitcoincore/values.yaml
@@ -141,4 +141,5 @@ loadSnapshot:
141
url: ""
142
143
ln:
144
- lnd: false
+ lnd: false
145
+ eclair: false
0 commit comments