tracker/dist/helm/chihaya/templates/configmap.yaml

10 lines
201 B
YAML
Raw Normal View History

2016-11-28 18:58:27 +01:00
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "fullname" . }}
labels:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
data:
config.yaml: |
{{ toYaml .Values.config | indent 4 }}