Skip to content

Commit ce43d60

Browse files
authored
Merge pull request #6 from Camillarhi/circuitbreaker4
update init containers
2 parents 09af277 + b9c1331 commit ce43d60

File tree

1 file changed

+1
-2
lines changed
  • resources/charts/bitcoincore/charts/lnd/templates

1 file changed

+1
-2
lines changed

resources/charts/bitcoincore/charts/lnd/templates/pod.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ spec:
1919
{{- end }}
2020
securityContext:
2121
{{- toYaml .Values.podSecurityContext | nindent 4 }}
22-
{{- with .Values.extraContainers }}
2322
initContainers:
2423
- name: prepare-files
2524
image: busybox
2625
command:
2726
- sh
2827
- -c
29-
- |
28+
- |
3029
# Read the hex-encoded macaroon from the ConfigMap
3130
HEX_MACAROON=$(cat /config/MACAROON_HEX)
3231

0 commit comments

Comments
 (0)