Skip to content

Commit 6eb327f

Browse files
suaas21tamalsaha
authored andcommitted
Fix broken link and add AppBinding scheme field (#16)
Fixes: - stashed/stash#964 - stashed/stash#962
1 parent 292afdc commit 6eb327f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/mysql.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 MySQL databases. This guide will
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 MySQL addon for Stash following the steps [here](/docs/addons/mysql/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 MySQL databases, please check the following guide [here](/docs/addons/mysql/overview.md).
2626

2727
You have to be familiar with following custom resources:
@@ -173,6 +173,7 @@ spec:
173173
service:
174174
name: <my_database_service_name>
175175
port: <my_database_port_number>
176+
scheme: mysql
176177
secret:
177178
name: <my_database_credentials_secret_name>
178179
# type field is optional. you can keep it empty.

0 commit comments

Comments
 (0)