Remove snapshot text from "No PVs" section

Signed-off-by: Andrew Williams <williams.andrew@gmail.com>
This commit is contained in:
Andrew Williams
2017-08-04 14:54:01 -05:00
parent 8fa168e27d
commit 8cd5be9cf8

View File

@@ -290,7 +290,7 @@ Start the sample nginx app:
``` ```
kubectl apply -f examples/nginx-app/base.yaml kubectl apply -f examples/nginx-app/base.yaml
``` ```
Now create a backup with PV snapshotting: Now create a backup:
``` ```
ark backup create nginx-backup --selector app=nginx ark backup create nginx-backup --selector app=nginx
``` ```