From 22c41d2dfcb5a9377a3511a771c4b55d4316175c Mon Sep 17 00:00:00 2001 From: Eyal Levin Date: Sun, 17 Jul 2016 16:03:13 +0300 Subject: [PATCH] Remove redundant line The link refers to itself. --- docs/user-guide/secrets/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/user-guide/secrets/index.md b/docs/user-guide/secrets/index.md index 3ab0ca8e38..97b5ab89f5 100644 --- a/docs/user-guide/secrets/index.md +++ b/docs/user-guide/secrets/index.md @@ -212,8 +212,6 @@ own `volumeMounts` block, but only one `spec.volumes` is needed per secret. You can package many files into one secret, or use many secrets, whichever is convenient. -See another example of creating a secret and a pod that consumes that secret in a volume [here](/docs/user-guide/secrets/). - **Projection of secret keys to specific paths** We can also control the paths within the volume where Secret keys are projected.