From 0a7c772cfc5a73c321530b878f574dabb4f98eef Mon Sep 17 00:00:00 2001 From: Alex Lay Date: Fri, 24 Jul 2026 12:07:05 +0100 Subject: [PATCH] Remove unnecessary second source from argocd definition This mirrors the source setup in the management-dev version of this file. --- argocd/management-prod/argocd/app.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/argocd/management-prod/argocd/app.yaml b/argocd/management-prod/argocd/app.yaml index 1467ffb5..eb4e75e0 100644 --- a/argocd/management-prod/argocd/app.yaml +++ b/argocd/management-prod/argocd/app.yaml @@ -8,12 +8,9 @@ metadata: spec: project: infrastructure-project source: - - repoURL: 'https://github.com/isisbusapps/gitops' - targetRevision: main - path: components/infra/argocd/overlays/prod - - repoURL: 'https://git.developers.facilities.rl.ac.uk/isisbusapps/BisAppSettings' - targetRevision: master - path: secret-config/prod/argocd + repoURL: 'https://git.developers.facilities.rl.ac.uk/isisbusapps/BisAppSettings' + targetRevision: master + path: secret-config/prod/argocd destination: namespace: argocd server: https://kubernetes.default.svc