From bd192208008beeec9ca3ed2d3dfd1a3f1b26c29c Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 26 Aug 2025 11:05:58 +0200 Subject: [PATCH] Basic install... let's see how big this is --- everything-app/coroot.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/everything-app/coroot.yaml b/everything-app/coroot.yaml index 4c783bf..e1281b2 100644 --- a/everything-app/coroot.yaml +++ b/everything-app/coroot.yaml @@ -12,3 +12,23 @@ spec: chart: coroot-operator repoURL: https://coroot.github.io/helm-charts targetRevision: 0.4.4 +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: coroot-distro + namespace: argocd +spec: + destination: + namespace: coroot + server: https://kubernetes.default.svc + project: infra + source: + chart: coroot-ce + repoURL: https://coroot.github.io/helm-charts + targetRevision: 0.4.4 + helm: + valuesObject: + clickhouse: + shards: 1 + replicas: 1