mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* 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
12 lines
309 B
YAML
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 }}
|