Commit 9431f8a 1 parent ef5026e commit 9431f8a Copy full SHA for 9431f8a
File tree 6 files changed +21
-0
lines changed
6 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ kind: Application
3
3
metadata :
4
4
name : github-arc
5
5
namespace : argocd
6
+ annotations :
7
+ argocd.argoproj.io/sync-wave : " 2"
6
8
spec :
7
9
syncPolicy :
8
10
automated :
@@ -22,6 +24,8 @@ kind: Application
22
24
metadata :
23
25
name : equinix-autoscaler
24
26
namespace : argocd
27
+ annotations :
28
+ argocd.argoproj.io/sync-wave : " 1"
25
29
spec :
26
30
syncPolicy :
27
31
automated :
@@ -41,6 +45,8 @@ kind: Application
41
45
metadata :
42
46
name : github-runners
43
47
namespace : argocd
48
+ annotations :
49
+ argocd.argoproj.io/sync-wave : " 3"
44
50
spec :
45
51
syncPolicy :
46
52
automated :
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
6
6
# # You can choose to use GitHub App or a PAT token
7
7
githubConfigSecret : " github-arc-secret"
8
8
9
+ controllerServiceAccount :
10
+ namespace : arc-system
11
+ name : cncf-gha-controller-gha-rs-controller
9
12
# # proxy can be used to define proxy settings that will be used by the
10
13
# # controller, the listener and the runner of this scale set.
11
14
#
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
6
6
# # You can choose to use GitHub App or a PAT token
7
7
githubConfigSecret : " github-arc-secret"
8
8
9
+ controllerServiceAccount :
10
+ namespace : arc-system
11
+ name : cncf-gha-controller-gha-rs-controller
9
12
# # proxy can be used to define proxy settings that will be used by the
10
13
# # controller, the listener and the runner of this scale set.
11
14
#
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
6
6
# # You can choose to use GitHub App or a PAT token
7
7
githubConfigSecret : " github-arc-secret"
8
8
9
+ controllerServiceAccount :
10
+ namespace : arc-system
11
+ name : cncf-gha-controller-gha-rs-controller
9
12
# # proxy can be used to define proxy settings that will be used by the
10
13
# # controller, the listener and the runner of this scale set.
11
14
#
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
6
6
# # You can choose to use GitHub App or a PAT token
7
7
githubConfigSecret : " github-arc-secret"
8
8
9
+ controllerServiceAccount :
10
+ namespace : arc-system
11
+ name : cncf-gha-controller-gha-rs-controller
9
12
# # proxy can be used to define proxy settings that will be used by the
10
13
# # controller, the listener and the runner of this scale set.
11
14
#
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
6
6
# # You can choose to use GitHub App or a PAT token
7
7
githubConfigSecret : " github-arc-secret"
8
8
9
+ controllerServiceAccount :
10
+ namespace : arc-system
11
+ name : cncf-gha-controller-gha-rs-controller
9
12
# # proxy can be used to define proxy settings that will be used by the
10
13
# # controller, the listener and the runner of this scale set.
11
14
#
You can’t perform that action at this time.
0 commit comments