From 23af1c3ba2cf3c335f782fb30c55dfe046781bff Mon Sep 17 00:00:00 2001 From: Vitalii Tverdokhlib Date: Wed, 28 Aug 2024 11:17:02 +0300 Subject: [PATCH] Comment spaces in values.yaml --- charts/gha-runner-scale-set/values.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index 6018b7d0e5..14246b069c 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -5,14 +5,16 @@ githubConfigUrl: "" ## 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 Apps Configuration - ## NOTE: IDs MUST be strings, use quotes - #github_app_id: "" - #github_app_installation_id: "" - #github_app_private_key: | - ### GitHub PAT Configuration - github_token: "" +### GitHub Apps Configuration +## NOTE: IDs MUST be strings, use quotes +# github_app_id: "" +# github_app_installation_id: "" +# github_app_private_key: | + +### GitHub PAT Configuration +github_token: "" + ## If you have a pre-define Kubernetes secret in the same namespace the gha-runner-scale-set is going to deploy, ## you can also reference it via `githubConfigSecret: pre-defined-secret`. ## You need to make sure your predefined secret has all the required secret data set properly.