2026-01-19 09:49:52 -08:00
|
|
|
# CloudNativePG Operator - PostgreSQL for Kubernetes
|
|
|
|
|
# Deploys the operator only; PostgreSQL clusters are created separately
|
2026-01-19 14:40:25 -08:00
|
|
|
#
|
2026-02-25 17:37:53 -08:00
|
|
|
# Mirror of https://github.com/cloudnative-pg/cloudnative-pg
|
2026-01-19 09:49:52 -08:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: cloudnative-pg
|
|
|
|
|
namespace: argocd
|
|
|
|
|
spec:
|
|
|
|
|
project: default
|
2026-02-25 17:37:53 -08:00
|
|
|
source:
|
|
|
|
|
repoURL: ssh://forgejo@forge.ops.eblu.me:2222/mirrors/cloudnative-pg.git
|
|
|
|
|
targetRevision: v1.27.1
|
|
|
|
|
path: releases
|
|
|
|
|
directory:
|
|
|
|
|
include: 'cnpg-1.27.1.yaml'
|
2026-01-19 09:49:52 -08:00
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: cnpg-system
|
|
|
|
|
syncPolicy:
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
- ServerSideApply=true # Required for large CRDs that exceed annotation size limit
|