diff --git a/argocd/applications/archive-staging/cluster-application.yaml b/argocd/applications/archive-staging/cluster-application.yaml index 79260f2..74daecb 100644 --- a/argocd/applications/archive-staging/cluster-application.yaml +++ b/argocd/applications/archive-staging/cluster-application.yaml @@ -1,23 +1,23 @@ # Declare the applications applying the "archive-staging" configuration # basically apply the content of the "archive-staging" directory on the # "archive-staging" cluster apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: archive-staging-configuration namespace: argocd spec: project: default source: - repoURL: https://forge.softwareheritage.org/source/k8s-clusters-config.git + repoURL: https://forge.softwareheritage.org/source/k8s-clusters-conf.git targetRevision: HEAD path: archive-staging directory: recurse: true destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-cx2bq syncPolicy: automated: prune: true selfHeal: true allowEmpty: false