From 6d80333a96d3d4285e3d11e81b35bc93ce213bf4 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 21 Jan 2026 00:08:12 +0100 Subject: [PATCH] Add cloudnativepg --- apps/templates/cloudnativepg-helm.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/templates/cloudnativepg-helm.yaml diff --git a/apps/templates/cloudnativepg-helm.yaml b/apps/templates/cloudnativepg-helm.yaml new file mode 100644 index 0000000..bbfa42b --- /dev/null +++ b/apps/templates/cloudnativepg-helm.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cloudnative-pg + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + chart: cloudnative-pg + repoURL: https://cloudnative-pg.github.io/charts + targetRevision: 0.23.0 + helm: + values: | + # Default values are fine + destination: + server: https://kubernetes.default.svc + namespace: cnpg-system + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + prune: true + selfHeal: true