From a9389d68acfabc8599ca93af7a1b1ff26f9796f5 Mon Sep 17 00:00:00 2001 From: Taariq Levack Date: Sun, 7 Aug 2016 15:46:17 +0200 Subject: [PATCH] Update secrets.md Typo, environment should be prod not pod --- docs/design/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/secrets.md b/docs/design/secrets.md index a40bd88c9ec..457bbac9239 100644 --- a/docs/design/secrets.md +++ b/docs/design/secrets.md @@ -534,7 +534,7 @@ When the container's command runs, the pieces of the key will be available in: The container is then free to use the secret data to establish an ssh connection. -### Use-Case: Pods with pod / test credentials +### Use-Case: Pods with prod / test credentials This example illustrates a pod which consumes a secret containing prod credentials and another pod which consumes a secret with test environment