change clustersecretstore path
This commit is contained in:
parent
e9798269e5
commit
79294a8393
@ -1,7 +1,7 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ApplicationSet
|
kind: ApplicationSet
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster-secretstores-appset.yaml
|
name: cluster-secretstores
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
generators:
|
generators:
|
||||||
@ -9,10 +9,10 @@ spec:
|
|||||||
repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git
|
repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git
|
||||||
revision: master
|
revision: master
|
||||||
directories:
|
directories:
|
||||||
- path: external-secrets/*
|
- path: cluster-secretstores/*
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: external-secret-{{path.basename}}
|
name: cluster-secretstore-{{path.basename}}
|
||||||
spec:
|
spec:
|
||||||
project: operators
|
project: operators
|
||||||
source:
|
source:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user