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: