docs: walkthrough, make consistent the volume name

Related-issue: #57
This commit is contained in:
Saverio Proto 2018-05-14 09:20:26 +02:00
parent 83a7dd5d5e
commit 909f0a2599

View file

@ -179,7 +179,7 @@ spec:
volumes: volumes:
# make your configmap available as a volume, so that you can # make your configmap available as a volume, so that you can
# mount in the Prometheus config from earlier # mount in the Prometheus config from earlier
- name: config-volume - name: prom-config
configMap: configMap:
name: prometheus name: prometheus
``` ```