Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ashraful Haque Tani <[email protected]>
  • Loading branch information
AshrafulHaqueToni committed Sep 30, 2024
1 parent 179e88a commit 9e353d1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -630,9 +630,8 @@ metadata:
namespace: demo
spec:
manifestOptions:
restoreNamespace: dev
postgres:
db: true
restoreNamespace: dev
dataSource:
repository: gcs-postgres-repo
snapshot: latest
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/singlestore/backup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Backup & Restore SingleStore
menu:
docs_{{ .version }}:
identifier: guides-sdb-backup
name: Back & Restore
name: Backup & Restore
parent: guides-singlestore
weight: 40
menu_name: docs_{{ .version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ metadata:
namespace: demo
spec:
manifestOptions:
restoreNamespace: dev
singlestore:
db: true
restoreNamespace: dev
dataSource:
repository: gcs-singlestore-repo
snapshot: latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ kubectl create ns demo
namespace/demo created
```

> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/application-level/examples](docs/guides/singlestore/backup/kubestash/application-level/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository.
> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/application-level/examples](/docs/guides/singlestore/backup/kubestash/application-level/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository.
## Backup SingleStore

Expand Down Expand Up @@ -165,7 +165,7 @@ sample-singlestore-pods ClusterIP None <none> 3306/TCP
```

Here, we have to use service `sample-singlestore` and secret `sample-singlestore-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/singlestore/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database.
Here, we have to use service `sample-singlestore` and secret `sample-singlestore-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/mysql/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database.

**Verify AppBinding:**

Expand Down Expand Up @@ -683,9 +683,8 @@ metadata:
namespace: demo
spec:
manifestOptions:
restoreNamespace: dev
singlestore:
db: true
restoreNamespace: dev
dataSource:
repository: gcs-singlestore-repo
snapshot: latest
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/singlestore/backup/kubestash/logical/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $ kubectl create ns demo
namespace/demo created
```

> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/logical/examples](docs/guides/singlestore/backup/kubestash/logical/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository.
> **Note:** YAML files used in this tutorial are stored in [docs/guides/singlestore/backup/kubestash/logical/examples](/docs/guides/singlestore/backup/kubestash/logical/examples) directory of [kubedb/docs](https://github.com/kubedb/docs) repository.
## Backup SingleStore

Expand Down Expand Up @@ -165,7 +165,7 @@ sdb-sample-pods ClusterIP None <none> 3306/TCP
```

Here, we have to use service `sdb-sample` and secret `sdb-sample-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/singlestore/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database.
Here, we have to use service `sdb-sample` and secret `sdb-sample-root-cred` to connect with the database. `KubeDB` creates an [AppBinding](/docs/guides/mysql/concepts/appbinding/index.md) CR that holds the necessary information to connect with the database.

**Verify AppBinding:**

Expand Down

0 comments on commit 9e353d1

Please sign in to comment.