Skip to content

Commit 1499336

Browse files
committed
add git-source "argo-example"
1 parent 144ce40 commit 1499336

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Application
3+
metadata:
4+
name: argo-example
5+
labels:
6+
codefresh.io/entity: 'git-source'
7+
codefresh.io/internal: 'false'
8+
finalizers:
9+
- resources-finalizer.argocd.argoproj.io
10+
spec:
11+
project: cf-git-sources
12+
sources:
13+
- repoURL: https://github.com/chen-keinan/argocd-example-apps.git
14+
path: .
15+
targetRevision: main
16+
directory:
17+
include: '*'
18+
exclude: ''
19+
recurse: true
20+
destination:
21+
namespace: codefresh
22+
server: https://kubernetes.default.svc
23+
syncPolicy:
24+
automated:
25+
allowEmpty: true
26+
prune: true
27+
selfHeal: true

runtimes/codefresh/in-cluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
source:
1616
directory:
1717
include: >-
18-
{all-runtimes-all-clusters/**/*.yaml,all-runtimes-all-clusters/*.yaml,codefresh/cf-gitops-runtime.yaml,configurations/**/*.yaml,control-planes/**/*.yaml,control-planes/*.yaml,runtimes/codefresh/**/*.yaml,runtimes/codefresh/*.yaml}
18+
{all-runtimes-all-clusters/**/*.yaml,all-runtimes-all-clusters/*.yaml,codefresh/argo-example.yaml,codefresh/cf-gitops-runtime.yaml,configurations/**/*.yaml,control-planes/**/*.yaml,control-planes/*.yaml,runtimes/codefresh/**/*.yaml,runtimes/codefresh/*.yaml}
1919
recurse: true
2020
path: resources
2121
repoURL: https://github.com/chen-keinan/kube-beacon.git

0 commit comments

Comments
 (0)