Files
foundation/apps/cloudnative-pg.yaml
Morten Olsen 316a2db1d9 init
2025-11-25 20:20:18 +01:00

23 lines
519 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg
namespace: argocd
spec:
project: foundation
source:
repoURL: https://cloudnative-pg.github.io/charts
targetRevision: 0.26.1
chart: cloudnative-pg
helm:
releaseName: cloudnative-pg
destination:
server: https://kubernetes.default.svc
namespace: cnpg-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true