summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZichang Lin <linzichang@huawei.com>2015-09-23 14:58:16 +0800
committerZichang Lin <linzichang@huawei.com>2015-09-23 14:58:16 +0800
commit8ad8f8cff031cb1072a13aaba55c495b4d6976ec (patch)
tree914e3f2311cd0f30bfd5ba617a6d60b97d712cbe
parent6583718cd4689f89955e6a86827c7d891b5a694a (diff)
Change a describe in docs/design/secrets.md
-rw-r--r--secrets.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/secrets.md b/secrets.md
index 895d9448..e8a5e42f 100644
--- a/secrets.md
+++ b/secrets.md
@@ -73,7 +73,7 @@ Goals of this design:
2. As a cluster operator, I want to allow a pod to access a Docker registry using credentials
from a `.dockercfg` file, so that containers can push images
3. As a cluster operator, I want to allow a pod to access a git repository using SSH keys,
- so that I can push and fetch to and from the repository
+ so that I can push to and fetch from the repository
2. As a user, I want to allow containers to consume supplemental information about services such
as username and password which should be kept secret, so that I can share secrets about a
service amongst the containers in my application securely