From c64bd0856b9d657de6f387ee6f9b5bfe9233d59b Mon Sep 17 00:00:00 2001 From: Jan Husak Date: Thu, 10 Apr 2025 14:52:19 +0200 Subject: [PATCH] move argo to standard apps --- apps/argo-cd/argocd.json | 32 +++++++++++++++++++ .../values/{ => app-version}/dev-values.yaml | 0 .../values/registry/aws-dev-values.yaml | 0 3 files changed, 32 insertions(+) create mode 100644 apps/argo-cd/argocd.json rename apps/argo-cd/values/{ => app-version}/dev-values.yaml (100%) create mode 100644 apps/argo-cd/values/registry/aws-dev-values.yaml diff --git a/apps/argo-cd/argocd.json b/apps/argo-cd/argocd.json new file mode 100644 index 0000000..901ea45 --- /dev/null +++ b/apps/argo-cd/argocd.json @@ -0,0 +1,32 @@ +{ + "apiVersion": "ysoft.com/v1", + "source": { + "repoURL": "https://github.com/ysoftdevs/argo-poc.git", + "path": "helm-repo/argo-cd/argo-cd-35.0.0", + "chartRevision": "main", + "valuesRevision": "main", + "chart": "" + }, + "destination": { + "namespace": "argocd" + }, + "syncPolicy": { + "syncOptions": { + "ServerSideApply": true, + "CreateNamespace": true + } + }, + "valueFiles": [ + "values/registry/%provider%-%stage%-values.yaml", + "values/app-version/%stage%-values.yaml" + ], + "clusters": { + "control-plane-dev": { + "enabled": true, + "revision": "test" + }, + "ohio": { + "enabled": false + } + } +} \ No newline at end of file diff --git a/apps/argo-cd/values/dev-values.yaml b/apps/argo-cd/values/app-version/dev-values.yaml similarity index 100% rename from apps/argo-cd/values/dev-values.yaml rename to apps/argo-cd/values/app-version/dev-values.yaml diff --git a/apps/argo-cd/values/registry/aws-dev-values.yaml b/apps/argo-cd/values/registry/aws-dev-values.yaml new file mode 100644 index 0000000..e69de29