Skip to content

Commit f2f23d7

Browse files
committed
update init containers
1 parent 067d98e commit f2f23d7

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@ spec:
2121
{{- end }}
2222
securityContext:
2323
{{- toYaml .Values.podSecurityContext | nindent 4 }}
24-
{{- with .Values.extraContainers }}
2524
initContainers:
2625
- name: prepare-files
2726
image: busybox
2827
command:
2928
- sh
3029
- -c
31-
- |
30+
- |
3231
# Read the hex-encoded macaroon from the ConfigMap
3332
HEX_MACAROON=$(cat /config/MACAROON_HEX)
3433

0 commit comments

Comments
 (0)