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
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