diff --git a/applicationsets/cluster-secretstores-appset.yaml b/applicationsets/cluster-secretstores-appset.yaml index 817b5d8..958910a 100644 --- a/applicationsets/cluster-secretstores-appset.yaml +++ b/applicationsets/cluster-secretstores-appset.yaml @@ -5,11 +5,11 @@ metadata: namespace: argocd spec: generators: - - git: - repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git - revision: master - files: - - path: cluster-secretstores/*.yaml + - git: + repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git + revision: master + files: + - path: cluster-secretstores/*.yaml template: metadata: name: cluster-secretstore-{{path.filename}} # <-- FIXED @@ -21,6 +21,7 @@ spec: path: cluster-secretstores directory: recurse: false + include: '{{path.filename}}' destination: server: https://kubernetes.default.svc namespace: dev-tools