From 2fb5d55c36f7214768729b187d10779edb6bf242 Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Thu, 8 Feb 2024 23:19:55 -0500 Subject: [PATCH] update manifests --- dev/.config/config.json | 2 +- dev/all-dev-apps.yaml | 2 +- dev/apps/core-api.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/.config/config.json b/dev/.config/config.json index 8e07f03..9bf4ff5 100644 --- a/dev/.config/config.json +++ b/dev/.config/config.json @@ -1,7 +1,7 @@ { "deployment": { "argocd": { - "project": "default" + "project": "comissions.app" }, "cluster": { "name": "in-cluster", diff --git a/dev/all-dev-apps.yaml b/dev/all-dev-apps.yaml index 3b3a87a..a27601a 100644 --- a/dev/all-dev-apps.yaml +++ b/dev/all-dev-apps.yaml @@ -10,7 +10,7 @@ spec: project: default source: path: apps - repoURL: https://github.com/Data443/argocd.git + repoURL: https://github.com/comissions-app/argocd.git targetRevision: HEAD syncPolicy: automated: diff --git a/dev/apps/core-api.yaml b/dev/apps/core-api.yaml index 2dafb67..fe4616a 100644 --- a/dev/apps/core-api.yaml +++ b/dev/apps/core-api.yaml @@ -8,7 +8,7 @@ spec: goTemplateOptions: ["missingkey=error"] generators: - git: - repoURL: https://github.com/Data443/argocd.git + repoURL: https://github.com/comissions-app/argocd.git revision: HEAD files: - path: "dev/.config/*.json" @@ -18,7 +18,7 @@ spec: spec: project: "{{.deployment.argocd.project}}" source: - repoURL: https://github.com/Data443/argocd.git + repoURL: https://github.com/comissions-app/argocd.git targetRevision: HEAD path: charts/core-api helm: