From ad826725ce97bb0be9186e420a3e2e8bd0fe50db Mon Sep 17 00:00:00 2001 From: Cory Calahan Date: Wed, 16 Jul 2025 01:40:38 -0700 Subject: [PATCH] Update example GitHub URLs in values.yaml to include an example for enterprise account-level runners (#4181) --- charts/gha-runner-scale-set/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index f9587827..c602dd22 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -1,5 +1,5 @@ ## githubConfigUrl is the GitHub url for where you want to configure runners -## ex: https://github.com/myorg/myrepo or https://github.com/myorg +## ex: https://github.com/myorg/myrepo or https://github.com/myorg or https://github.com/enterprises/myenterprise githubConfigUrl: "" ## githubConfigSecret is the k8s secret information to use when authenticating via the GitHub API.