Merge branch 'develop' of https://forge.cadoles.com/CadolesKube/c-kustom into develop
This commit is contained in:
commit
9e51c63a0d
|
@ -6,3 +6,7 @@ nameReference:
|
|||
kind: Cluster
|
||||
- path: spec/bootstrap/initdb/secret/name
|
||||
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
|
||||
|
||||
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/cnpg-cluster.yaml
|
Loading…
Reference in New Issue