Skip to content

Commit ca4ef62

Browse files
committed
chore(postgresql-cluster): fix typo
1 parent 9e6a085 commit ca4ef62

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

  • addons/postgresql-cluster/15/chart/postgresql-cluster

addons/postgresql-cluster/15/chart/postgresql-cluster/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ In order to obtain a better experience, it is recommended not to exceed 80% usag
2727
```
2828
- View service status
2929
```
30-
# drycc resources:descript `my_pg_001`
30+
# drycc resources:describe `my_pg_001`
3131
```
3232
- Bind service
3333
```
3434
# drycc resources:bind `my_pg_001`
3535
```
3636
- View resource status
3737
```
38-
# drycc resources:descript `my_pg_001`
38+
# drycc resources:describe `my_pg_001`
3939
```
4040

41-
## Create Service with parameters
41+
## Create Service with values file
4242

43-
`vim value.yaml`
43+
`vim values.yaml`
4444
```
4545
# create or update pg instance template yaml
4646
networkPolicy.allowNamespaces:
@@ -63,7 +63,7 @@ backup:
6363
awsRegion: dx-1
6464
```
6565
```
66-
drycc resources:create postgresql-cluster:standard-10 `my_pg_001` -f ./value.yaml
66+
drycc resources:create postgresql-cluster:standard-10 `my_pg_001` -f ./values.yaml
6767
```
6868

6969
## Update Service
@@ -90,23 +90,23 @@ Default access allow policy: only namespace scope.
9090

9191
- allow `mx-test1` namespace access
9292

93-
`vim value.yaml `
93+
`vim values.yaml `
9494
```
9595
networkPolicy.allowNamespaces:
9696
- mx-test1
9797
```
9898
```
99-
drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./value.yaml
99+
drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./values.yaml
100100
```
101101

102102
- Assign external network IP address
103103

104-
`vim value.yaml`
104+
`vim values.yaml`
105105
```
106106
service.type: LoadBlancer
107107
```
108108
```
109-
drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./value.yaml
109+
drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./values.yaml
110110
```
111111
- View resource status
112112
```
@@ -121,7 +121,7 @@ drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./value.yam
121121

122122
PG data backup use S3 as backenp store. Choose an independent storage space `outside of the current environment` as your backup space.
123123

124-
`vim value.yaml`
124+
`vim values.yaml`
125125
```
126126
backup:
127127
# whether BackUP should be enabled
@@ -136,7 +136,7 @@ backup:
136136
walGS3Prefix: mx-test
137137
```
138138
```
139-
drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./value.yaml
139+
drycc resources:update postgresql-cluster:standard-10 `my_pg_001` -f ./values.yaml
140140
```
141141

142142
You can modify multiple content at once, there is no need to modify part of it each time.

0 commit comments

Comments
 (0)