lbry-docker/contrib/k8s-lbry/charts/chainquery/templates/configmap.yaml

14 lines
352 B
YAML
Raw Normal View History

2019-04-30 19:13:10 -04:00
{{- if .Values.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "chainquery.fullname" . }}
labels:
app: {{ template "chainquery.name" . }}
chart: {{ template "chainquery.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
{{ toYaml .Values.configurationFile | indent 2 }}
{{- end }}