Skip to content

Commit

Permalink
Fix typos (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Endre Czirbesz <[email protected]>
  • Loading branch information
endrec authored and tamalsaha committed May 26, 2020
1 parent 42e792f commit 804433c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/examples/backup/minimal_appbinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
secret:
name: my-database-credentials-secret
# type field is optional. you can keep it empty.
# if you keep it emtpty then the value of TARGET_APP_RESOURCE variable
# if you keep it empty then the value of TARGET_APP_RESOURCE variable
# will be set to "appbinding" during auto-backup.
type: postgres
6 changes: 3 additions & 3 deletions docs/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace/demo created

This section will demonstrate how to backup PostgreSQL database. Here, we are going to deploy a PostgreSQL database using KubeDB. Then, we are going to backup this database into a GCS bucket. Finally, we are going to restore the backed up data into another PostgreSQL database.

### Deploy Sample PosgreSQL Database
### Deploy Sample PostgresQL Database

Let's deploy a sample PostgreSQL database and insert some data into it.

Expand Down Expand Up @@ -184,7 +184,7 @@ spec:
secret:
name: my-database-credentials-secret
# type field is optional. you can keep it empty.
# if you keep it emtpty then the value of TARGET_APP_RESOURCE variable
# if you keep it empty then the value of TARGET_APP_RESOURCE variable
# will be set to "appbinding" during auto-backup.
type: postgres
```
Expand Down Expand Up @@ -266,7 +266,7 @@ secret/gcs-secret created

**Create Repository:**

Now, crete a `Respository` using this secret. Below is the YAML of Repository crd we are going to create,
Now, crete a `Repository` using this secret. Below is the YAML of Repository crd we are going to create,

```yaml
apiVersion: stash.appscode.com/v1alpha1
Expand Down

0 comments on commit 804433c

Please sign in to comment.