pls work
This commit is contained in:
parent
ea5ce40e1d
commit
250bc445cc
@ -9,7 +9,7 @@ spec:
|
|||||||
repoURL: https://git.dvirlabs.com/dvirlabs/app-definition.git
|
repoURL: https://git.dvirlabs.com/dvirlabs/app-definition.git
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
files:
|
files:
|
||||||
- path: services/*/service.yaml
|
- path: env-sets/dev/services/*/service.yaml
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{ path.basename }}-dev'
|
name: '{{ path.basename }}-dev'
|
||||||
@ -18,13 +18,16 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: dev
|
namespace: dev
|
||||||
source:
|
sources:
|
||||||
repoURL: https://git.dvirlabs.com/dvirlabs/app-provision.git
|
- repoURL: https://git.dvirlabs.com/dvirlabs/app-provision.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: ngnix-message
|
path: ngnix-message
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- 'services/svc-*.yaml'
|
- '$values/{{ .path.path }}/service.yaml'
|
||||||
|
- repoURL: https://git.dvirlabs.com/dvirlabs/app-definition.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
ref: values
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user