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 24bdece
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 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
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 24bdece

Please sign in to comment.