diff --git a/resources/charts/bitcoincore/charts/lnd/templates/pod.yaml b/resources/charts/bitcoincore/charts/lnd/templates/pod.yaml index 351037e85..e3b9782d7 100644 --- a/resources/charts/bitcoincore/charts/lnd/templates/pod.yaml +++ b/resources/charts/bitcoincore/charts/lnd/templates/pod.yaml @@ -51,10 +51,10 @@ spec: name: config subPath: lnd.conf - mountPath: /root/.lnd/tls.key - name: tlskey + name: config subPath: tls.key - mountPath: /root/.lnd/tls.cert - name: tlscert + name: config subPath: tls.cert {{- if .Values.circuitBreaker }} - name: circuitbreaker @@ -68,12 +68,6 @@ spec: - configMap: name: {{ include "lnd.fullname" . }} name: config - - configMap: - name: {{ include "lnd.fullname" . }} - name: tlskey - - configMap: - name: {{ include "lnd.fullname" . }} - name: tlscert {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 4 }} diff --git a/resources/scenarios/test_scenarios/ln_basic.py b/resources/scenarios/test_scenarios/ln_basic.py index 9eb46839e..773ffd357 100644 --- a/resources/scenarios/test_scenarios/ln_basic.py +++ b/resources/scenarios/test_scenarios/ln_basic.py @@ -19,9 +19,7 @@ def run_test(self): pk3, host = uri.split("@") print( - self.lns["tank-0002-ln"].post( - "/v1/peers", data={"addr": {"pubkey": pk3, "host": host}} - ) + self.lns["tank-0002-ln"].post("/v1/peers", data={"addr": {"pubkey": pk3, "host": host}}) ) print(