Skip to content

Commit 58257a9

Browse files
committed
update macaroon path to use hex value
1 parent 8572824 commit 58257a9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

resources/networks/hello/network.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ nodes:
3232
target: tank-0004-ln
3333
capacity: 100000
3434
push_amt: 50000
35-
sharedVolume: # Shared volume configuration for storing shared data (e.g., macaroons or other files). This volume is mounted at the specified mountPath and can be used for inter-container communication.
36-
name: shared-data
37-
mountPath: /shared-data
38-
enableInitContainers: true # Controls whether the initContainers should be included in the pod spec
3935
extraContainers:
4036
- name: circuitbreaker
4137
image: camillarhi/circuitbreaker:latest
@@ -44,11 +40,12 @@ nodes:
4440
- "--network=regtest"
4541
- "--rpcserver=localhost:10009"
4642
- "--tlscertpath=/tls.cert"
47-
- "--macaroonpath=/shared-data/admin.macaroon"
43+
- "--macaroonpath=/macaroon.hex"
4844
- "--httplisten=0.0.0.0:9235"
4945
volumeMounts:
50-
- name: shared-data
51-
mountPath: /shared-data
46+
- name: config
47+
mountPath: /macaroon.hex
48+
subPath: MACAROON_HEX
5249
- name: config
5350
mountPath: /tls.cert
5451
subPath: tls.cert

0 commit comments

Comments
 (0)