Skip to content

Commit 9431f8a

Browse files
committed
update chart with explicit sa reference and sync order
1 parent ef5026e commit 9431f8a

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

ci/cluster/equinix/argo-automation.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ kind: Application
33
metadata:
44
name: github-arc
55
namespace: argocd
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "2"
68
spec:
79
syncPolicy:
810
automated:
@@ -22,6 +24,8 @@ kind: Application
2224
metadata:
2325
name: equinix-autoscaler
2426
namespace: argocd
27+
annotations:
28+
argocd.argoproj.io/sync-wave: "1"
2529
spec:
2630
syncPolicy:
2731
automated:
@@ -41,6 +45,8 @@ kind: Application
4145
metadata:
4246
name: github-runners
4347
namespace: argocd
48+
annotations:
49+
argocd.argoproj.io/sync-wave: "3"
4450
spec:
4551
syncPolicy:
4652
automated:

ci/cluster/equinix/runners/16cpu-64gb/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
66
## You can choose to use GitHub App or a PAT token
77
githubConfigSecret: "github-arc-secret"
88

9+
controllerServiceAccount:
10+
namespace: arc-system
11+
name: cncf-gha-controller-gha-rs-controller
912
## proxy can be used to define proxy settings that will be used by the
1013
## controller, the listener and the runner of this scale set.
1114
#

ci/cluster/equinix/runners/2cpu-8gb/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
66
## You can choose to use GitHub App or a PAT token
77
githubConfigSecret: "github-arc-secret"
88

9+
controllerServiceAccount:
10+
namespace: arc-system
11+
name: cncf-gha-controller-gha-rs-controller
912
## proxy can be used to define proxy settings that will be used by the
1013
## controller, the listener and the runner of this scale set.
1114
#

ci/cluster/equinix/runners/32cpu-256gb/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
66
## You can choose to use GitHub App or a PAT token
77
githubConfigSecret: "github-arc-secret"
88

9+
controllerServiceAccount:
10+
namespace: arc-system
11+
name: cncf-gha-controller-gha-rs-controller
912
## proxy can be used to define proxy settings that will be used by the
1013
## controller, the listener and the runner of this scale set.
1114
#

ci/cluster/equinix/runners/4cpu-16gb/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
66
## You can choose to use GitHub App or a PAT token
77
githubConfigSecret: "github-arc-secret"
88

9+
controllerServiceAccount:
10+
namespace: arc-system
11+
name: cncf-gha-controller-gha-rs-controller
912
## proxy can be used to define proxy settings that will be used by the
1013
## controller, the listener and the runner of this scale set.
1114
#

ci/cluster/equinix/runners/keda-runner/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
66
## You can choose to use GitHub App or a PAT token
77
githubConfigSecret: "github-arc-secret"
88

9+
controllerServiceAccount:
10+
namespace: arc-system
11+
name: cncf-gha-controller-gha-rs-controller
912
## proxy can be used to define proxy settings that will be used by the
1013
## controller, the listener and the runner of this scale set.
1114
#

0 commit comments

Comments
 (0)