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 19076ce commit 0ca00d0Copy full SHA for 0ca00d0
resources/charts/bitcoincore/charts/lnd/templates/pod.yaml
@@ -12,7 +12,8 @@ metadata:
12
collect_logs: "true"
13
{{- end }}
14
chain: {{ .Values.global.chain }}
15
-kubectl.kubernetes.io/default-container: "lnd"
+ annotations:
16
+ kubectl.kubernetes.io/default-container: "lnd"
17
spec:
18
{{- with .Values.imagePullSecrets }}
19
imagePullSecrets:
0 commit comments