Skip to content

Commit 6df8761

Browse files
suaas21tamalsaha
authored andcommitted
Fixed broken link, Added AppBinding scheme field (#24)
Fixes: - stashed/stash#964 - stashed/stash#962
1 parent e3f4905 commit 6df8761

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/examples/backup/minimal_appbinding.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
service:
99
name: my-database-service
1010
port: 5432
11+
scheme: postgresql
1112
secret:
1213
name: my-database-credentials-secret
1314
# type field is optional. you can keep it empty.

docs/standalone.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Stash 0.9.0+ supports backup and restoration of PostgreSQL databases. This guide
2121
- At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using Minikube.
2222
- Install Stash in your cluster following the steps [here](/docs/setup/install.md).
2323
- Install PostgreSQL addon for Stash following the steps [here](/docs/addons/postgres/setup/install.md)
24-
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds.
24+
- Install [KubeDB](https://kubedb.com) in your cluster following the steps [here](https://kubedb.com/docs/latest/setup/install/). This step is optional. You can deploy your database using any method you want. We are using KubeDB because KubeDB simplifies many of the difficult or tedious management tasks of running a production grade databases on private and public clouds.
2525
- If you are not familiar with how Stash backup and restore PostgreSQL databases, please check the following guide [here](/docs/addons/postgres/overview.md):
2626

2727
You have to be familiar with following custom resources:
@@ -180,6 +180,7 @@ spec:
180180
service:
181181
name: my-database-service
182182
port: 5432
183+
scheme: postgresql
183184
secret:
184185
name: my-database-credentials-secret
185186
# type field is optional. you can keep it empty.

0 commit comments

Comments
 (0)