Skip to content

Commit 228c674

Browse files
committed
chart: get configured rpcpassword from chart for prometheus exporter
1 parent d98edc7 commit 228c674

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

resources/charts/bitcoincore/templates/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
- name: BITCOIN_RPC_USER
9191
value: user
9292
- name: BITCOIN_RPC_PASSWORD
93-
value: password
93+
value: {{ .Values.rpcpassword }}
9494
{{- if .Values.metrics }}
9595
- name: METRICS
9696
value: {{ .Values.metrics }}

0 commit comments

Comments
 (0)