diff --git a/ee/ucp/kubernetes/storage/use-nfs-volumes.md b/ee/ucp/kubernetes/storage/use-nfs-volumes.md index fbffb1485a27..df4d27f62477 100644 --- a/ee/ucp/kubernetes/storage/use-nfs-volumes.md +++ b/ee/ucp/kubernetes/storage/use-nfs-volumes.md @@ -64,7 +64,7 @@ spec: To deploy the pod, and ensure that it started up correctly, use the [kubectl](../../user-access/kubectl/) command line tool. ```bash -$ kubectl create -f nfsinapod.yaml +$ kubectl create -f nfs-in-a-pod.yaml $ kubectl get pods NAME READY STATUS RESTARTS AGE