Compare commits
2 Commits
73bd5bbb5b
...
0948b9f43c
Author | SHA1 | Date |
---|---|---|
wpetit | 0948b9f43c | |
wpetit | 0f3e82fb08 |
|
@ -6,3 +6,7 @@ nameReference:
|
||||||
kind: Cluster
|
kind: Cluster
|
||||||
- path: spec/bootstrap/initdb/secret/name
|
- path: spec/bootstrap/initdb/secret/name
|
||||||
kind: Cluster
|
kind: Cluster
|
||||||
|
- path: spec/backup/barmanObjectStore/s3Credentials/accessKeyId/name
|
||||||
|
kind: Cluster
|
||||||
|
- path: spec/backup/barmanObjectStore/s3Credentials/secretAccessKey/name
|
||||||
|
kind: Cluster
|
||||||
|
|
|
@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.18/releases/cnpg-1.18.1.yaml
|
- https://github.com/cloudnative-pg/cloudnative-pg/releases/download/v1.21.1/cnpg-1.21.1.yaml
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- ./configurations/cnpg-cluster.yaml
|
- ./configurations/cnpg-cluster.yaml
|
Loading…
Reference in New Issue