diff --git a/argocd/applications/cluster-secrets/production-cassandra.yaml b/argocd/applications/cluster-secrets/production-cassandra.yaml index 4b8bccc..2729284 100644 --- a/argocd/applications/cluster-secrets/production-cassandra.yaml +++ b/argocd/applications/cluster-secrets/production-cassandra.yaml @@ -1,21 +1,21 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: production-cassandra-secrets namespace: argocd spec: project: default # Todo define a project to limit the deployment types source: - repoURL: https://forge.softwareheritage.org/source/k8s-private-config.git + repoURL: ssh://git@forge.softwareheritage.org/source/k8s-swh-private-data.git targetRevision: HEAD path: production-cassandra directory: recurse: true destination: server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-pcndd namespace: default syncPolicy: automated: prune: true selfHeal: true allowEmpty: false