From 909f0a259995cb8a2ba18a99cb08e0fe12250761 Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Mon, 14 May 2018 09:20:26 +0200 Subject: [PATCH] docs: walkthrough, make consistent the volume name Related-issue: #57 --- docs/walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/walkthrough.md b/docs/walkthrough.md index 0d6e5bbb..a254cbbb 100644 --- a/docs/walkthrough.md +++ b/docs/walkthrough.md @@ -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 ```