From 05cbc3dc3bcf3d51a50556cf0a2447d87b31a9ff Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 27 Dec 2025 15:11:43 +0100 Subject: [PATCH] CloudNativePG Application added --- argocd-apps/homelab.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/argocd-apps/homelab.yaml b/argocd-apps/homelab.yaml index cac56cb..61a91a2 100644 --- a/argocd-apps/homelab.yaml +++ b/argocd-apps/homelab.yaml @@ -462,3 +462,25 @@ spec: - CreateNamespace=true - PruneLast=true --- +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cnpg-operator + namespace: argocd +spec: + project: default + source: + repoURL: https://cloudnative-pg.github.io/charts + chart: cloudnative-pg + targetRevision: 0.27.0 + destination: + server: https://kubernetes.default.svc + namespace: cnpg-system + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +---