Merge pull request #69 from zioproto/issues/57

docs: walkthrough, make consistent the volume name
This commit is contained in:
Solly Ross 2018-05-25 14:22:36 -04:00 committed by GitHub
commit 8c6dba34d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
```