Skip to content

Commit a826695

Browse files
author
yb
committed
update README
1 parent 84b8e63 commit a826695

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ kubectl create ns radondb-postgres-operator
5656
##### 2) Install Operator.
5757

5858
```plain
59-
kubectl apply -f https://raw.githubusercontent.com/radondb/multi-platform-postgresql/V3.0.0/platforms/kubernetes/postgres-operator/deploy/postgres-operator.yaml
59+
kubectl apply -f https://raw.githubusercontent.com/radondb/multi-platform-postgresql/main/platforms/kubernetes/postgres-operator/deploy/postgres-operator.yaml
6060
```
6161

6262
### Step 2: Deploy a RadonDB PostgreSQL Cluster.
6363

6464
Run the following command to create an instance of the `postgresqls.postgres.radondb.io` CRD and thereby create a RadonDB PostgreSQL cluster by using the default parameters.
6565

6666
```plain
67-
curl https://raw.githubusercontent.com/radondb/multi-platform-postgresql/V3.0.0/platforms/kubernetes/postgres-operator/deploy/postgresql.yaml | sed -e "s/image: /image: radondb\//g" > postgresql.yaml
67+
curl https://raw.githubusercontent.com/radondb/multi-platform-postgresql/main/platforms/kubernetes/postgres-operator/deploy/postgresql.yaml | sed -e "s/image: /image: radondb\//g" > postgresql.yaml
6868
kubectl apply -f postgresql.yaml
6969
```
7070

README_zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ kubectl create ns radondb-postgres-operator
5454
##### 2) 部署 Operator
5555

5656
```plain
57-
kubectl apply -f https://raw.githubusercontent.com/radondb/multi-platform-postgresql/V3.0.0/platforms/kubernetes/postgres-operator/deploy/postgres-operator.yaml
57+
kubectl apply -f https://raw.githubusercontent.com/radondb/multi-platform-postgresql/main/platforms/kubernetes/postgres-operator/deploy/postgres-operator.yaml
5858
```
5959

6060
### 步骤 2: 部署 RadonDB PostgreSQL 集群
6161

6262
执行以下指令,以默认参数为 CRD `postgresqls.postgres.radondb.io` 创建一个实例,即创建 RadonDB PostgreSQL 集群。
6363

6464
```plain
65-
curl https://raw.githubusercontent.com/radondb/multi-platform-postgresql/V3.0.0/platforms/kubernetes/postgres-operator/deploy/postgresql.yaml | sed -e "s/image: /image: radondb\//g" > postgresql.yaml
65+
curl https://raw.githubusercontent.com/radondb/multi-platform-postgresql/main/platforms/kubernetes/postgres-operator/deploy/postgresql.yaml | sed -e "s/image: /image: radondb\//g" > postgresql.yaml
6666
kubectl apply -f postgresql.yaml
6767
```
6868

0 commit comments

Comments
 (0)