Skip to content

Commit

Permalink
Merge pull request #34 from cncf/argo-automation
Browse files Browse the repository at this point in the history
adds argo config
  • Loading branch information
RobertKielty authored Jan 23, 2025
2 parents d12e251 + 6db3067 commit e4e0d45
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ci/cluster/oci/argo-automation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cncf-arc
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
syncPolicy:
automated:
prune: true
project: default
destination:
server: https://kubernetes.default.svc
namespace: default
sources:
- repoURL: https://github.com/cncf/automation.git
path: ci/cluster/oci/
targetRevision: HEAD
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: github-runners
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "3"
spec:
syncPolicy:
automated: {}
project: default
destination:
server: https://kubernetes.default.svc
namespace: arc-systems
sources:
- repoURL: https://github.com/cncf/automation.git
path: ci/cluster/oci/runners/
targetRevision: HEAD
directory:
recurse: true
---

0 comments on commit e4e0d45

Please sign in to comment.