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.
1 parent 067d98e commit f2f23d7Copy full SHA for f2f23d7
resources/charts/bitcoincore/charts/lnd/templates/pod.yaml
@@ -21,14 +21,13 @@ spec:
21
{{- end }}
22
securityContext:
23
{{- toYaml .Values.podSecurityContext | nindent 4 }}
24
- {{- with .Values.extraContainers }}
25
initContainers:
26
- name: prepare-files
27
image: busybox
28
command:
29
- sh
30
- -c
31
- - |
+ - |
32
# Read the hex-encoded macaroon from the ConfigMap
33
HEX_MACAROON=$(cat /config/MACAROON_HEX)
34
0 commit comments