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 dfe746b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 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 @@ -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
2 changes: 1 addition & 1 deletion docs/guides/singlestore/backup/kubestash/logical/index.md
Original file line number Diff line number Diff line change
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 dfe746b

Please sign in to comment.