This commit is contained in:
Morten Olsen
2025-11-25 15:11:52 +01:00
commit 627b884241
19 changed files with 830 additions and 0 deletions

41
apps/cloudnative-pg.yaml Normal file
View File

@@ -0,0 +1,41 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg
namespace: argocd
spec:
project: foundation
source:
repoURL: https://github.com/cloudnative-pg/cloudnative-pg.git
targetRevision: v1.22.0
path: config/crd
destination:
server: https://kubernetes.default.svc
namespace: cnpg-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cloudnative-pg-operator
namespace: argocd
spec:
project: foundation
source:
repoURL: https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg
targetRevision: v1.22.0
path: releases/cnpg-1.22.0.yaml
destination:
server: https://kubernetes.default.svc
namespace: cnpg-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true