Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 959f97a

Browse files
spron-inValClarkson
authored andcommittedJan 12, 2023
Update README.md
Fix installation, otherwise it is not working.
1 parent 7a5187f commit 959f97a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ git clone --depth 1 "git@github.com:${YOUR_GITHUB_UN}/postgres-operator-examples
2727
cd postgres-operator-examples
2828
```
2929

30-
2. Run `kubectl apply -k kustomize/install`
30+
2. Run the following commands
31+
```sh
32+
kubectl apply -k kustomize/install/namespace
33+
kubectl apply --server-side -k kustomize/install/default
34+
```
3135

3236
For more information please read the [Quickstart](https://access.crunchydata.com/documentation/postgres-operator/v5/quickstart/) and [Tutorial](https://access.crunchydata.com/documentation/postgres-operator/v5/tutorial/).
3337

0 commit comments

Comments
 (0)
Please sign in to comment.