Skip to content

Commit f68a1b7

Browse files
committed
charts: enable extraContainers in bitcoincore pod
1 parent a5dfebf commit f68a1b7

File tree

1 file changed

+3
-0
lines changed
  • resources/charts/bitcoincore/templates

1 file changed

+3
-0
lines changed

resources/charts/bitcoincore/templates/pod.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ spec:
9898
value: {{ .Values.metrics }}
9999
{{- end }}
100100
{{- end}}
101+
{{- with .Values.extraContainers }}
102+
{{- toYaml . | nindent 4 }}
103+
{{- end }}
101104
volumes:
102105
{{- with .Values.volumes }}
103106
{{- toYaml . | nindent 4 }}

0 commit comments

Comments
 (0)