From dc1db6b1a068c97a5927155a9a3232a4b51d5a34 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Fri, 22 May 2015 16:50:43 -0400 Subject: [PATCH] Make secrets example README link to referred files --- secrets/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secrets/README.md b/secrets/README.md index 450d38f3..6c3a5be2 100644 --- a/secrets/README.md +++ b/secrets/README.md @@ -12,7 +12,7 @@ started](../../docs/getting-started-guides) for installation instructions for yo A secret contains a set of named byte arrays. -Use the `examples/secrets/secret.yaml` file to create a secret: +Use the [`examples/secrets/secret.yaml`](secret.yaml) file to create a secret: ```shell $ kubectl create -f examples/secrets/secret.yaml @@ -31,7 +31,7 @@ test-secret Opaque 2 Pods consume secrets in volumes. Now that you have created a secret, you can create a pod that consumes it. -Use the `examples/secrets/secret-pod.yaml` file to create a Pod that consumes the secret. +Use the [`examples/secrets/secret-pod.yaml`](secret-pod.yaml) file to create a Pod that consumes the secret. ```shell $ kubectl create -f examples/secrets/secret-pod.yaml