apps/cnpg/kustomization.yaml
Peter Kurfer 73f51f4094
All checks were successful
Renovate / renovate (push) Successful in 30s
feat(cnpg): new cluster
2024-07-02 22:04:09 +02:00

23 lines
633 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- resources/secrets/ext-pgo-creds.yaml
- resources/secrets/ext-pgo-admin.yaml
- resources/secrets/cnpg-backup-creds.yaml
- resources/cluster.yaml
helmCharts:
- releaseName: cnpg
name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts
version: 0.21.5
valuesFile: config/values.cnpg.yaml
namespace: postgres-system
- 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