📖 Fixing typos and markdown formatting (#2917)

* 📖 fix typo in resource-filtering page

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>

* 📖 fix markdown formatting

Signed-off-by: Ashish Amarnath <ashisham@vmware.com>
This commit is contained in:
Ashish Amarnath
2020-09-10 12:04:36 -07:00
committed by GitHub
parent 6d729a90ca
commit 5caa97f335
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include
* Restore two namespaces and their objects.
```bash
velero restore create <backup-name> --include-namespaces <namespace1>,<namcespace2>
velero restore create <backup-name> --include-namespaces <namespace1>,<namespace2>
```
### --include-resources
@@ -107,7 +107,7 @@ Wildcard excludes are ignored.
* Exclude two namespaces during a restore.
```bash
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namcespace2>
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namespace2>
```
### --exclude-resources
+1 -1
View File
@@ -9,7 +9,7 @@ Integrating Container Storage Interface (CSI) snapshot support into Velero enabl
By supporting CSI snapshot APIs, Velero can support any volume provider that has a CSI driver, without requiring a Velero-specific plugin to be available.
# #Prerequisites
## Prerequisites
The following are the prerequisites for using Velero to take Container Storage Interface (CSI) snapshots:
+2 -2
View File
@@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include
* Restore two namespaces and their objects.
```bash
velero restore create <backup-name> --include-namespaces <namespace1>,<namcespace2>
velero restore create <backup-name> --include-namespaces <namespace1>,<namespace2>
```
### --include-resources
@@ -107,7 +107,7 @@ Wildcard excludes are ignored.
* Exclude two namespaces during a restore.
```bash
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namcespace2>
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namespace2>
```
### --exclude-resources
@@ -24,7 +24,7 @@ Wildcard takes precedence when both a wildcard and specific resource are include
* Restore two namespaces and their objects.
```bash
velero restore create <backup-name> --include-namespaces <namespace1>,<namcespace2>
velero restore create <backup-name> --include-namespaces <namespace1>,<namespace2>
```
### --include-resources
@@ -107,7 +107,7 @@ Wildcard excludes are ignored.
* Exclude two namespaces during a restore.
```bash
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namcespace2>
velero restore create <backup-name> --exclude-namespaces <namespace1>,<namespace2>
```
### --exclude-resources