File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ cd postgres-operator-examples
29
29
30
30
The PGO installation project is located in the ` kustomize/install ` directory.
31
31
32
-
33
32
## Configuration
34
33
35
34
While the default Kustomize install should work in most Kubernetes environments, it may be
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ cd postgres-operator-examples
34
34
You can install PGO, the Postgres Operator from Crunchy Data, using the command below:
35
35
36
36
```
37
- kubectl apply -k kustomize/install
37
+ kubectl apply -k kustomize/install/namespace
38
+ kubectl apply -k kustomize/install/default
38
39
```
39
40
40
41
This will create a namespace called ` postgres-operator ` and create all of the objects required to deploy PGO.
You can’t perform that action at this time.
0 commit comments