Skip to content

Commit

Permalink
update chart with explicit sa reference and sync order
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Oct 10, 2024
1 parent ef5026e commit 9431f8a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/cluster/equinix/argo-automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: Application
metadata:
name: github-arc
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
syncPolicy:
automated:
Expand All @@ -22,6 +24,8 @@ kind: Application
metadata:
name: equinix-autoscaler
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
syncPolicy:
automated:
Expand All @@ -41,6 +45,8 @@ kind: Application
metadata:
name: github-runners
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "3"
spec:
syncPolicy:
automated:
Expand Down
3 changes: 3 additions & 0 deletions ci/cluster/equinix/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"

controllerServiceAccount:
namespace: arc-system
name: cncf-gha-controller-gha-rs-controller
## proxy can be used to define proxy settings that will be used by the
## controller, the listener and the runner of this scale set.
#
Expand Down
3 changes: 3 additions & 0 deletions ci/cluster/equinix/runners/2cpu-8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"

controllerServiceAccount:
namespace: arc-system
name: cncf-gha-controller-gha-rs-controller
## proxy can be used to define proxy settings that will be used by the
## controller, the listener and the runner of this scale set.
#
Expand Down
3 changes: 3 additions & 0 deletions ci/cluster/equinix/runners/32cpu-256gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"

controllerServiceAccount:
namespace: arc-system
name: cncf-gha-controller-gha-rs-controller
## proxy can be used to define proxy settings that will be used by the
## controller, the listener and the runner of this scale set.
#
Expand Down
3 changes: 3 additions & 0 deletions ci/cluster/equinix/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"

controllerServiceAccount:
namespace: arc-system
name: cncf-gha-controller-gha-rs-controller
## proxy can be used to define proxy settings that will be used by the
## controller, the listener and the runner of this scale set.
#
Expand Down
3 changes: 3 additions & 0 deletions ci/cluster/equinix/runners/keda-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ githubConfigUrl: "http://github.com/enterprises/cncf"
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"

controllerServiceAccount:
namespace: arc-system
name: cncf-gha-controller-gha-rs-controller
## proxy can be used to define proxy settings that will be used by the
## controller, the listener and the runner of this scale set.
#
Expand Down

0 comments on commit 9431f8a

Please sign in to comment.