Fix comments for added labels in gha-runner-scale-set/values.yaml

Signed-off-by: rskmm0chang <rskmm0chang@hatena.ne.jp>
This commit is contained in:
rskmm0chang 2025-06-05 09:51:23 +09:00
parent fbef2b27d0
commit 4159865873
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,7 @@ githubConfigSecret:
# counters: # counters:
# gha_started_jobs_total: # gha_started_jobs_total:
# labels: # labels:
# ["repository", "organization", "enterprise", "job_name", "event_name"] # ["repository", "organization", "enterprise", "job_name", "event_name", "job_workflow_ref"]
# gha_completed_jobs_total: # gha_completed_jobs_total:
# labels: # labels:
# [ # [
@ -141,6 +141,7 @@ githubConfigSecret:
# "job_name", # "job_name",
# "event_name", # "event_name",
# "job_result", # "job_result",
# "job_workflow_ref",
# ] # ]
# gauges: # gauges:
# gha_assigned_jobs: # gha_assigned_jobs: