Files
Valerii Shyian cd560e4f44 Add bitcoind cryptocurrency chart (#3644)
* Add bitcoind cryptocurrency chart

* Add fixes from PR #3644 comments

* Update source Docker image and volumes mounts

* Update readme with default values, add docker source

* Add test net p2p port: 18333

* Fix/apply requested changes

* Update image values and README, add default helmignore

* Fix typo
2018-02-28 08:19:48 -08:00

12 lines
309 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "bitcoind.fullname" . }}
labels:
app: {{ template "bitcoind.name" . }}
chart: {{ template "bitcoind.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
{{ toYaml .Values.configurationFile | indent 2 }}