Fix appset
This commit is contained in:
parent
79294a8393
commit
0f41fc4eb4
@ -8,8 +8,8 @@ spec:
|
|||||||
- git:
|
- git:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git
|
repoURL: https://git.dvirlabs.com/dvirlabs/secrets-gitops.git
|
||||||
revision: master
|
revision: master
|
||||||
directories:
|
files:
|
||||||
- path: cluster-secretstores/*
|
- path: cluster-secretstores/*.yaml
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: cluster-secretstore-{{path.basename}}
|
name: cluster-secretstore-{{path.basename}}
|
||||||
@ -18,9 +18,10 @@ spec:
|
|||||||
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: '{{path}}'
|
path: cluster-secretstores
|
||||||
directory:
|
directory:
|
||||||
recurse: true
|
recurse: false
|
||||||
|
include: '{{path.basename}}.yaml'
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: monitoring
|
namespace: monitoring
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user