You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by he...@apache.org on 2022/07/29 05:12:55 UTC

[incubator-devlake-website] 01/01: docs: fix numbering

This is an automated email from the ASF dual-hosted git repository.

hez pushed a commit to branch hez-minor-fix-k8s-doc
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 329071ca7752e4c648e2e935514418326a46b792
Author: Hezheng Yin <he...@merico.dev>
AuthorDate: Thu Jul 28 22:12:17 2022 -0700

    docs: fix numbering
---
 docs/QuickStart/KubernetesSetup.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/QuickStart/KubernetesSetup.md b/docs/QuickStart/KubernetesSetup.md
index fa298cdc..6e7bd72a 100644
--- a/docs/QuickStart/KubernetesSetup.md
+++ b/docs/QuickStart/KubernetesSetup.md
@@ -36,11 +36,11 @@ We provide a sample [k8s-deploy.yaml](https://github.com/apache/incubator-devlak
 
 ## FAQ
 
-- Can I use a managed Cloud database service instead of running database in docker?
+1. Can I use a managed Cloud database service instead of running database in docker?
   Yes, it only takes a few changes in the sample yaml file to make it happen. Below we'll use MySQL on AWS RDS as an example.
-  0. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html), skip this step if you'd like to use an existing instance
-  1. Remove the `mysql` deployment and service sections from `k8s-deploy.yaml`
-  2. Update `devlake-config` configmap according to your RDS instance setup:
+  1. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html), skip this step if you'd like to use an existing instance
+  2. Remove the `mysql` deployment and service sections from `k8s-deploy.yaml`
+  3. Update `devlake-config` configmap according to your RDS instance setup:
     * `MYSQL_ROOT_PASSWORD`: remove this line
     * `MYSQL_USER`: use your RDS instance's master username
     * `MYSQL_PASSWORD`: use your RDS instance's password