From 6b6d6536d5d4e7e71f31c5508588bd54ad507781 Mon Sep 17 00:00:00 2001
From: Sheng Yang <sheng@yasker.org>
Date: Wed, 3 Oct 2018 00:32:00 -0700
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6250198d..7d0d539e 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ Now you've verified that the provisioner works as expected.
 
 ## Configuration
 
-The configuration of the provisioner is stored in the a config map, e.g.:
+The configuration of the provisioner is a json file `config.json`, stored in the a config map, e.g.:
 ```
 kind: ConfigMap
 apiVersion: v1
-- 
GitLab