Skip to content

Commit

Permalink
auto update script
Browse files Browse the repository at this point in the history
  • Loading branch information
islandbitcoin committed Aug 19, 2023
1 parent 6dd7c06 commit f733821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/loop/charts/loopserver/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ spec:
volumes:
- name: lnd-tls
secret:
secretName: lnd1-credentials
secretName: lnd-credentials
items:
- key: tls.cert
path: "tls.cert"
- name: lnd-macaroons
secret:
secretName: lnd1-credentials
secretName: lnd-credentials
- name: loopserver-storage
{{- if .Values.persistence.enabled }}
persistentVolumeClaim:
Expand Down

0 comments on commit f733821

Please sign in to comment.