File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ kubectl create -f manifests/postgres-operator.yaml # deployment
5656```
5757
5858There 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
6363kubectl apply -k github.com/zalando/postgres-operator/manifests
Original file line number Diff line number Diff line change 11apiVersion : kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33resources :
4+ - operatorconfiguration.crd.yaml
45- postgresql-operator-default-configuration.yaml
56- operator-service-account-rbac.yaml
67- postgres-operator.yaml
You can’t perform that action at this time.
0 commit comments