From 3c144b995e641a1424f3f41880469a7b0ad2333d Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Thu, 16 Nov 2023 21:09:23 +0100 Subject: [PATCH] feat: add cnpg-operator app --- apps/cnpg-operator.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/cnpg-operator.yaml diff --git a/apps/cnpg-operator.yaml b/apps/cnpg-operator.yaml new file mode 100644 index 0000000..cf703e9 --- /dev/null +++ b/apps/cnpg-operator.yaml @@ -0,0 +1,27 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cnpg-operator + namespace: argocd + annotations: + argocd.argoproj.io/sync-wave: "5" +spec: + project: cluster-infrastructure + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + source: + chart: cloudnative-pg + repoURL: https://cloudnative-pg.github.io/charts + targetRevision: 0.19.1 + helm: + releaseName: cnpg-operator + valuesObject: + fullnameOverride: cnpg-operator + replicaCount: 2 + destination: + server: "https://kubernetes.default.svc" + namespace: cnpg-operator