File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ configuration and RBAC manifests first, e.g.:
8181
8282``` bash
8383kubectl 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
8585kubectl create -f manifests/operator-service-account-rbac.yaml
8686sed -e " s/\(image\:.*\:\).*$/\1$TAG /" manifests/postgres-operator.yaml | kubectl create -f -
8787
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ git clone https://github.com/zalando/postgres-operator.git
4949cd 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
5454kubectl create -f manifests/operator-service-account-rbac.yaml # identity and permissions
5555kubectl create -f manifests/postgres-operator.yaml # deployment
5656```
You can’t perform that action at this time.
0 commit comments