Skip to content

Commit 0cdc7c9

Browse files
endrectamalsaha
authored andcommitted
Fix typos (#32)
Signed-off-by: Endre Czirbesz <endre.czirbesz@rungway.com>
1 parent a148ace commit 0cdc7c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/examples/backup/minimal_appbinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ spec:
1212
secret:
1313
name: my-database-credentials-secret
1414
# type field is optional. you can keep it empty.
15-
# if you keep it emtpty then the value of TARGET_APP_RESOURCE variable
15+
# if you keep it empty then the value of TARGET_APP_RESOURCE variable
1616
# will be set to "appbinding" during auto-backup.
1717
type: postgres

docs/standalone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace/demo created
4545

4646
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.
4747

48-
### Deploy Sample PosgreSQL Database
48+
### Deploy Sample PostgresQL Database
4949

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

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

267267
**Create Repository:**
268268

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

271271
```yaml
272272
apiVersion: stash.appscode.com/v1alpha1

0 commit comments

Comments
 (0)