From cc8617b404f45611858c245ee9d3a8a159abecd2 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 10 Aug 2025 05:39:17 +0300 Subject: [PATCH] Comment cluster-secretstores app --- .../cluster-secretstores-appset.yaml | 62 +++++++++---------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/applicationsets/cluster-secretstores-appset.yaml b/applicationsets/cluster-secretstores-appset.yaml index 958910a..1177339 100644 --- a/applicationsets/cluster-secretstores-appset.yaml +++ b/applicationsets/cluster-secretstores-appset.yaml @@ -1,31 +1,31 @@ -apiVersion: argoproj.io/v1alpha1 -kind: ApplicationSet -metadata: - name: cluster-secretstores - namespace: argocd -spec: - generators: - - 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 - spec: - project: dev-tools - source: - repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git - targetRevision: master - path: cluster-secretstores - directory: - recurse: false - include: '{{path.filename}}' - destination: - server: https://kubernetes.default.svc - namespace: dev-tools - syncPolicy: - automated: - prune: true - selfHeal: true +# apiVersion: argoproj.io/v1alpha1 +# kind: ApplicationSet +# metadata: +# name: cluster-secretstores +# namespace: argocd +# spec: +# generators: +# - 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 +# spec: +# project: dev-tools +# source: +# repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git +# targetRevision: master +# path: cluster-secretstores +# directory: +# recurse: false +# include: '{{path.filename}}' +# destination: +# server: https://kubernetes.default.svc +# namespace: dev-tools +# syncPolicy: +# automated: +# prune: true +# selfHeal: true