diff --git a/argocd/applications/cluster-secrets/argocd.yaml b/argocd/applications/cluster-secrets/argocd.yaml
index 6d0e57c..b2e506b 100644
--- a/argocd/applications/cluster-secrets/argocd.yaml
+++ b/argocd/applications/cluster-secrets/argocd.yaml
@@ -1,23 +1,23 @@
 # Declare the application applying the argocd cluster secrets
 # like the repositories credentials, the cluster definitions, ...
 apiVersion: argoproj.io/v1alpha1
 kind: Application
 metadata:
   name: production-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: argocd
     directory:
       recurse: true
   destination:
     server: https://kubernetes.default.svc
     namespace: argocd
   syncPolicy:
     automated:
-    prune: true
-    selfHeal: true
-    allowEmpty: false
+      prune: true
+      selfHeal: true
+      allowEmpty: false