fix(cnpg): do not install cpng outside olm anymore
This commit is contained in:
parent
f148cc4e16
commit
6af5702148
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/cnpg-1.21.1.yaml
|
- https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.24.1/cnpg-1.24.1.yaml
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- ./configurations/cnpg-cluster.yaml
|
- ./configurations/cnpg-cluster.yaml
|
||||||
|
|
|
@ -11,4 +11,4 @@ resources:
|
||||||
- ./minio
|
- ./minio
|
||||||
- ./metrics
|
- ./metrics
|
||||||
- ./nginx
|
- ./nginx
|
||||||
- ./cloudnative-pg-operator
|
#- ./cloudnative-pg-operator
|
||||||
|
|
Loading…
Reference in New Issue