Fix duplicate apps
This commit is contained in:
parent
d231509c97
commit
ff45d73102
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user