Comment cluster-secretstores app

This commit is contained in:
dvirlabs 2025-08-10 05:39:17 +03:00
parent bbc7bcff48
commit cc8617b404

View File

@ -1,31 +1,31 @@
apiVersion: argoproj.io/v1alpha1 # apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet # kind: ApplicationSet
metadata: # metadata:
name: cluster-secretstores # name: cluster-secretstores
namespace: argocd # namespace: argocd
spec: # spec:
generators: # generators:
- git: # - git:
repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git # repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git
revision: master # revision: master
files: # files:
- path: cluster-secretstores/*.yaml # - path: cluster-secretstores/*.yaml
template: # template:
metadata: # metadata:
name: cluster-secretstore-{{path.filename}} # <-- FIXED # name: cluster-secretstore-{{path.filename}} # <-- FIXED
spec: # spec:
project: dev-tools # project: dev-tools
source: # source:
repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git # repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git
targetRevision: master # targetRevision: master
path: cluster-secretstores # path: cluster-secretstores
directory: # directory:
recurse: false # recurse: false
include: '{{path.filename}}' # include: '{{path.filename}}'
destination: # destination:
server: https://kubernetes.default.svc # server: https://kubernetes.default.svc
namespace: dev-tools # namespace: dev-tools
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true