Skip to content

Commit 0ca00d0

Browse files
author
macgyver13
committed
correctly define default annotation
1 parent 19076ce commit 0ca00d0

File tree

1 file changed

+2
-1
lines changed
  • resources/charts/bitcoincore/charts/lnd/templates

1 file changed

+2
-1
lines changed

resources/charts/bitcoincore/charts/lnd/templates/pod.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ metadata:
1212
collect_logs: "true"
1313
{{- end }}
1414
chain: {{ .Values.global.chain }}
15-
kubectl.kubernetes.io/default-container: "lnd"
15+
annotations:
16+
kubectl.kubernetes.io/default-container: "lnd"
1617
spec:
1718
{{- with .Values.imagePullSecrets }}
1819
imagePullSecrets:

0 commit comments

Comments
 (0)