Skip to content

Commit 47a0034

Browse files
benjaminjbandrewlecuyer
authored andcommitted
update quickstart too
1 parent 89f13ef commit 47a0034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/installation/kustomize.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ cd postgres-operator-examples
2929

3030
The PGO installation project is located in the `kustomize/install` directory.
3131

32-
3332
## Configuration
3433

3534
While the default Kustomize install should work in most Kubernetes environments, it may be

docs/content/quickstart/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ cd postgres-operator-examples
3434
You can install PGO, the Postgres Operator from Crunchy Data, using the command below:
3535

3636
```
37-
kubectl apply -k kustomize/install
37+
kubectl apply -k kustomize/install/namespace
38+
kubectl apply -k kustomize/install/default
3839
```
3940

4041
This will create a namespace called `postgres-operator` and create all of the objects required to deploy PGO.

0 commit comments

Comments
 (0)