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:
# make your configmap available as a volume, so that you can
# mount in the Prometheus config from earlier
- name: config-volume
- name: prom-config
configMap:
name: prometheus
```