Skip to content

Commit 33b4e16

Browse files
author
macgyver13
committed
sanity check re-run pipeline - unable to reproduce error on local computer.
pipeline artifacts did not provide any useful information
1 parent f62fff1 commit 33b4e16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/data/ln/node-defaults.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ lnd:
2323
image: bitdonkey/lnd-exporter:0.1.3
2424
imagePullPolicy: IfNotPresent
2525
volumeMounts:
26-
- mountPath: /macaroon.hex
27-
name: config
26+
- name: config
27+
mountPath: /macaroon.hex
2828
subPath: MACAROON_HEX
2929
env:
3030
- name: METRICS

test/data/logging/network.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ nodes:
2121
image: bitdonkey/lnd-exporter:0.1.3
2222
imagePullPolicy: IfNotPresent
2323
volumeMounts:
24-
- mountPath: /macaroon.hex
25-
name: config
24+
- name: config
25+
mountPath: /macaroon.hex
2626
subPath: MACAROON_HEX
2727
env:
2828
- name: METRICS

0 commit comments

Comments
 (0)