Skip to content

Commit e4e0d45

Browse files
authored
Merge pull request #34 from cncf/argo-automation
adds argo config
2 parents d12e251 + 6db3067 commit e4e0d45

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

ci/cluster/oci/argo-automation.yaml

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
apiVersion: argoproj.io/v1alpha1
3+
kind: Application
4+
metadata:
5+
name: cncf-arc
6+
namespace: argocd
7+
annotations:
8+
argocd.argoproj.io/sync-wave: "2"
9+
spec:
10+
syncPolicy:
11+
automated:
12+
prune: true
13+
project: default
14+
destination:
15+
server: https://kubernetes.default.svc
16+
namespace: default
17+
sources:
18+
- repoURL: https://github.com/cncf/automation.git
19+
path: ci/cluster/oci/
20+
targetRevision: HEAD
21+
---
22+
apiVersion: argoproj.io/v1alpha1
23+
kind: Application
24+
metadata:
25+
name: github-runners
26+
namespace: argocd
27+
annotations:
28+
argocd.argoproj.io/sync-wave: "3"
29+
spec:
30+
syncPolicy:
31+
automated: {}
32+
project: default
33+
destination:
34+
server: https://kubernetes.default.svc
35+
namespace: arc-systems
36+
sources:
37+
- repoURL: https://github.com/cncf/automation.git
38+
path: ci/cluster/oci/runners/
39+
targetRevision: HEAD
40+
directory:
41+
recurse: true
42+
---

0 commit comments

Comments
 (0)