Skip to content

Commit eea6f88

Browse files
committed
update docs to use opconfig
2 parents e1c7207 + ef2bab2 commit eea6f88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ configuration and RBAC manifests first, e.g.:
8181

8282
```bash
8383
kubectl create -f manifests/operatorconfiguration.crd.yaml
84-
kubectl create -f manifests/postgresql-operator-default-configuration
84+
kubectl create -f manifests/postgresql-operator-default-configuration.yaml
8585
kubectl create -f manifests/operator-service-account-rbac.yaml
8686
sed -e "s/\(image\:.*\:\).*$/\1$TAG/" manifests/postgres-operator.yaml | kubectl create -f -
8787

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ git clone https://github.com/zalando/postgres-operator.git
4949
cd postgres-operator
5050

5151
# apply the manifests in the following order
52-
kubectl create -f manifests/operatorconfiguration.crd.yaml # configuration CRD
53-
kubectl create -f manifests/postgresql-operator-default-configuration # default configuration
52+
kubectl create -f manifests/operatorconfiguration.crd.yaml # CRD definition
53+
kubectl create -f manifests/postgresql-operator-default-configuration.yaml # default configuration
5454
kubectl create -f manifests/operator-service-account-rbac.yaml # identity and permissions
5555
kubectl create -f manifests/postgres-operator.yaml # deployment
5656
```

0 commit comments

Comments
 (0)