Skip to content

Commit 734a334

Browse files
committed
include crd def. in kustomization
1 parent 9e54b70 commit 734a334

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ kubectl create -f manifests/postgres-operator.yaml # deployment
5656
```
5757

5858
There is a [Kustomization](https://github.com/kubernetes-sigs/kustomize)
59-
manifest that [combines the mentioned resources](../manifests/kustomization.yaml)
60-
(except for the CRD) - it can be used with kubectl 1.14 or newer as easy as:
59+
manifest that [combines the mentioned resources](../manifests/kustomization.yaml).
60+
It can be used with kubectl 1.14 or newer as easy as:
6161

6262
```bash
6363
kubectl apply -k github.com/zalando/postgres-operator/manifests

manifests/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4+
- operatorconfiguration.crd.yaml
45
- postgresql-operator-default-configuration.yaml
56
- operator-service-account-rbac.yaml
67
- postgres-operator.yaml

0 commit comments

Comments
 (0)