From 018fcc3f1c8952a29792859bfe3f5ad926ba9268 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Tue, 3 Oct 2017 19:42:24 +0530 Subject: [PATCH] Add URL to `kubectl create` in projected volume docs (#5733) --- .../configure-projected-volume-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/configure-pod-container/configure-projected-volume-storage.md b/docs/tasks/configure-pod-container/configure-projected-volume-storage.md index cfe99e6fd1..9b86a48323 100644 --- a/docs/tasks/configure-pod-container/configure-projected-volume-storage.md +++ b/docs/tasks/configure-pod-container/configure-projected-volume-storage.md @@ -34,7 +34,7 @@ Here is the configuration file for the Pod: 1. Create the Pod: - kubectl create -f projected-volume.yaml + kubectl create -f https://k8s.io/docs/tasks/configure-pod-container/projected-volume.yaml 1. Verify that the Pod's Container is running, and then watch for changes to the Pod: