Skip to content

Commit b9c1331

Browse files
committed
update init containers
1 parent 85f0dd6 commit b9c1331

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
@@ -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)