Skip to content

Commit

Permalink
set values consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefy committed Oct 11, 2024
1 parent 549c6e6 commit 2707497
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ci/cluster/equinix/runners/16cpu-64gb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## githubConfigUrl is the GitHub url for where you want to configure runners
## ex: https://github.com/myorg/myrepo or https://github.com/myorg
githubConfigUrl: "http://github.com/enterprises/cncf"
githubConfigUrl: http://github.com/enterprises/cncf

## githubConfigSecret is the k8s secrets to use when auth with GitHub API.
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"
githubConfigSecret: github-arc-secret

controllerServiceAccount:
namespace: arc-system
Expand Down
4 changes: 2 additions & 2 deletions ci/cluster/equinix/runners/2cpu-8gb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## githubConfigUrl is the GitHub url for where you want to configure runners
## ex: https://github.com/myorg/myrepo or https://github.com/myorg
githubConfigUrl: "http://github.com/enterprises/cncf"
githubConfigUrl: http://github.com/enterprises/cncf

## githubConfigSecret is the k8s secrets to use when auth with GitHub API.
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"
githubConfigSecret: github-arc-secret

controllerServiceAccount:
namespace: arc-system
Expand Down
4 changes: 2 additions & 2 deletions ci/cluster/equinix/runners/32cpu-256gb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## githubConfigUrl is the GitHub url for where you want to configure runners
## ex: https://github.com/myorg/myrepo or https://github.com/myorg
githubConfigUrl: "http://github.com/enterprises/cncf"
githubConfigUrl: http://github.com/enterprises/cncf

## githubConfigSecret is the k8s secrets to use when auth with GitHub API.
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"
githubConfigSecret: github-arc-secret

controllerServiceAccount:
namespace: arc-system
Expand Down
4 changes: 2 additions & 2 deletions ci/cluster/equinix/runners/4cpu-16gb/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## githubConfigUrl is the GitHub url for where you want to configure runners
## ex: https://github.com/myorg/myrepo or https://github.com/myorg
githubConfigUrl: "http://github.com/enterprises/cncf"
githubConfigUrl: http://github.com/enterprises/cncf

## githubConfigSecret is the k8s secrets to use when auth with GitHub API.
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"
githubConfigSecret: github-arc-secret

controllerServiceAccount:
namespace: arc-system
Expand Down
4 changes: 2 additions & 2 deletions ci/cluster/equinix/runners/keda-runner/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## githubConfigUrl is the GitHub url for where you want to configure runners
## ex: https://github.com/myorg/myrepo or https://github.com/myorg
githubConfigUrl: "http://github.com/enterprises/cncf"
githubConfigUrl: http://github.com/enterprises/cncf

## githubConfigSecret is the k8s secrets to use when auth with GitHub API.
## You can choose to use GitHub App or a PAT token
githubConfigSecret: "github-arc-secret"
githubConfigSecret: github-arc-secret

controllerServiceAccount:
namespace: arc-system
Expand Down

0 comments on commit 2707497

Please sign in to comment.