forked from Ferlab-Ste-Justine/clin-environments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
flux-qa.yml
50 lines (50 loc) · 1.12 KB
/
flux-qa.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: common-orchestrations-master
namespace: flux-clin-qa
spec:
interval: 1m
timeout: 30s
recurseSubmodules: false
url: https://github.com/Ferlab-Ste-Justine/cqdg-orchestrations.git
ref:
branch: master
---
apiVersion: source.toolkit.fluxcd.io/v1beta1
kind: GitRepository
metadata:
name: clin-environments
namespace: flux-clin-qa
spec:
interval: 1m
timeout: 30s
recurseSubmodules: false
url: ssh://[email protected]/Ferlab-Ste-Justine/clin-environments.git
secretRef:
name: clin-environments-flux-key
ref:
branch: master
include:
- repository:
name: common-orchestrations-master
toPath: qa/cqdg-orchestrations
- repository:
name: common-orchestrations-master
toPath: staging/cqdg-orchestrations
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: qa
namespace: flux-clin-qa
spec:
serviceAccountName: flux
interval: 1m
path: "./qa/fluxcd"
sourceRef:
kind: GitRepository
name: clin-environments
namespace: flux-clin-qa
prune: true