* 'master' of https://github.com/kubernetes/kubernetes.github.io:
  update index.md
  Add PR template to encourage clicking Allow Edits
This commit is contained in:
Andrew Chen 2017-03-22 15:06:02 -07:00
commit ce8507c515
3 changed files with 4 additions and 1 deletions

3
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,3 @@
> NOTE: Please check the “Allow edits from maintainers” box below to allow
> reviewers fix problems on your patch and speed up the review process.
> Please delete this note before submitting the pull request.

View File

@ -498,7 +498,7 @@ When this pod is run, the output will be:
## Real World Example: Configuring Redis
Let's take a look at a real-world example: configuring redis using ConfigMap. Say we want to inject
Let's take a look at a real-world example: configuring redis using ConfigMap. Say that we want to inject
redis with the recommendation configuration for using redis as a cache. The redis config file
should contain: