Files
mochi/dist/helm/chihaya/templates/configmap.yaml
Širhoe Biazhkovič 9122aefdd7 Fix storage tests
* reformat sources #JR1356
2021-12-21 15:24:25 +03:00

10 lines
217 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: { { template "fullname" . } }
labels:
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
data:
config.yaml: |
{ { toYaml .Values.config | indent 4 } }