diff --git a/argocd/applications/cluster-secrets/gitlab-staging.yaml b/argocd/applications/cluster-secrets/gitlab-staging.yaml index bff303e..161883e 100644 --- a/argocd/applications/cluster-secrets/gitlab-staging.yaml +++ b/argocd/applications/cluster-secrets/gitlab-staging.yaml @@ -1,23 +1,23 @@ # Declare the application applying the gitlab staging cluster secrets # like the repositories credentials, the cluster definitions, ... apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: gitlab-staging-argocd-secrets namespace: argocd spec: project: default # Todo define a project to limit the deployment types source: repoURL: ssh://git@forge.softwareheritage.org/source/k8s-swh-private-data.git targetRevision: HEAD path: gitlab-staging directory: recurse: true destination: - server: https://192.168.200.113 + server: https://192.168.200.13 namespace: default syncPolicy: automated: prune: true selfHeal: true allowEmpty: false