Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jul 2, 2017
1 parent a56137e commit 2ad0c18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ metadata:
type: Opaque
```
Now, you can create a Restic tpr using this secret. Following parameters are availble for `Local` backend.
Now, you can create a Restic tpr using this secret. Following parameters are available for `Local` backend.

| Parameter | Description |
|----------------|---------------------------------------------------------------------------------------------|
| `local.path` | `Required`. Path where this volume will be mounted in the sidecar container. Example: /repo |
| `local.volume` | `Required`. Any Kubernetes volume |

```sh
$ kubectl create -f ./docs/examples/backends/local/local-restic.yaml
$ kubectl create -f ./docs/examples/backends/local/local-restic.yaml
restic "local-restic" created
```

Expand Down Expand Up @@ -118,7 +118,7 @@ metadata:
type: Opaque
```

Now, you can create a Restic tpr using this secret. Following parameters are availble for `S3` backend.
Now, you can create a Restic tpr using this secret. Following parameters are available for `S3` backend.

| Parameter | Description |
|---------------|---------------------------------------------------------------------------------|
Expand All @@ -127,7 +127,7 @@ Now, you can create a Restic tpr using this secret. Following parameters are ava
| `s3.prefix` | `Optional`. Path prefix into bucket where repository will be created. |

```sh
$ kubectl create -f ./docs/examples/backends/s3/s3-restic.yaml
$ kubectl create -f ./docs/examples/backends/s3/s3-restic.yaml
restic "s3-restic" created
```

Expand Down Expand Up @@ -204,7 +204,7 @@ metadata:
type: Opaque
```

Now, you can create a Restic tpr using this secret. Following parameters are availble for `gcs` backend.
Now, you can create a Restic tpr using this secret. Following parameters are available for `gcs` backend.

| Parameter | Description |
|----------------|---------------------------------------------------------------------------------|
Expand All @@ -213,7 +213,7 @@ Now, you can create a Restic tpr using this secret. Following parameters are ava
| `gcs.prefix` | `Optional`. Path prefix into bucket where repository will be created. |

```sh
$ kubectl create -f ./docs/examples/backends/gcs/gcs-restic.yaml
$ kubectl create -f ./docs/examples/backends/gcs/gcs-restic.yaml
restic "gcs-restic" created
```

Expand Down Expand Up @@ -290,15 +290,15 @@ metadata:
type: Opaque
```

Now, you can create a Restic tpr using this secret. Following parameters are availble for `Azure` backend.
Now, you can create a Restic tpr using this secret. Following parameters are available for `Azure` backend.

| Parameter | Description |
|---------------|---------------------------------------------------------------------------------|
| `azure.container` | `Required`. Name of Storage container |
| `azure.prefix` | `Optional`. Path prefix into bucket where repository will be created. |

```sh
$ kubectl create -f ./docs/examples/backends/azure/azure-restic.yaml
$ kubectl create -f ./docs/examples/backends/azure/azure-restic.yaml
restic "azure-restic" created
```

Expand Down

0 comments on commit 2ad0c18

Please sign in to comment.