Compare commits

..

No commits in common. "0948b9f43c488fec40a2e02936eee2abcb1eee5c" and "73bd5bbb5b1a88193326ea145c4f08fdee31baad" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,3 @@ 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

View File

@ -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://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.18/releases/cnpg-1.18.1.yaml
configurations: configurations:
- ./configurations/cnpg-cluster.yaml - ./configurations/cnpg-cluster.yaml