diff --git a/services/srv1.yaml b/services/srv1.yaml
index b2af9ab62db15f9b957105b75e3ef5614fe28b33..a5641039cab273aac80631550e3e4786af6af09d 100644
--- a/services/srv1.yaml
+++ b/services/srv1.yaml
@@ -17,7 +17,13 @@ spec:
       source:
         repoURL: https://gitlab.cern.ch/kubernetes/automation/101/argocd.git
         targetRevision: master
-        path: services/srv1
+        path: '{{path}}'
       destination:
         server: '{{server}}'
         namespace: '{{name}}'
+      syncPolicy:
+        automated:
+          prune: true
+          allowEmpty: true
+        syncOptions:
+          - CreateNamespace=true