2024-07-02 19:20:18 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
2024-07-02 20:04:09 +00:00
|
|
|
resources:
|
|
|
|
- resources/secrets/ext-pgo-creds.yaml
|
|
|
|
- resources/secrets/ext-pgo-admin.yaml
|
|
|
|
- resources/secrets/cnpg-backup-creds.yaml
|
|
|
|
- resources/cluster.yaml
|
2024-07-02 19:20:18 +00:00
|
|
|
|
|
|
|
helmCharts:
|
2024-07-02 19:23:03 +00:00
|
|
|
- releaseName: cnpg
|
|
|
|
name: cloudnative-pg
|
2024-07-02 19:20:18 +00:00
|
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
|
|
version: 0.21.5
|
2024-07-02 20:04:09 +00:00
|
|
|
valuesFile: config/values.cnpg.yaml
|
2024-07-02 19:20:18 +00:00
|
|
|
namespace: postgres-system
|
2024-07-02 20:04:09 +00:00
|
|
|
|
|
|
|
- releaseName: ext-pgo
|
|
|
|
name: ext-postgres-operator
|
|
|
|
repo: https://movetokube.github.io/postgres-operator/
|
|
|
|
version: 1.2.6
|
|
|
|
valuesFile: config/values.ext-pgo.yaml
|
|
|
|
namespace: postgres
|