We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09af277 + b9c1331 commit ce43d60Copy full SHA for ce43d60
resources/charts/bitcoincore/charts/lnd/templates/pod.yaml
@@ -19,14 +19,13 @@ spec:
19
{{- end }}
20
securityContext:
21
{{- toYaml .Values.podSecurityContext | nindent 4 }}
22
- {{- with .Values.extraContainers }}
23
initContainers:
24
- name: prepare-files
25
image: busybox
26
command:
27
- sh
28
- -c
29
- - |
+ - |
30
# Read the hex-encoded macaroon from the ConfigMap
31
HEX_MACAROON=$(cat /config/MACAROON_HEX)
32
0 commit comments