Fix duplicate apps
This commit is contained in:
parent
d231509c97
commit
ff45d73102
@ -5,11 +5,11 @@ metadata:
|
|||||||
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
|
||||||
@ -21,6 +21,7 @@ spec:
|
|||||||
path: cluster-secretstores
|
path: cluster-secretstores
|
||||||
directory:
|
directory:
|
||||||
recurse: false
|
recurse: false
|
||||||
|
include: '{{path.filename}}'
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: dev-tools
|
namespace: dev-tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user