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