Skip to content

Commit 01e92e6

Browse files
committed
add new parameters to chart
1 parent 94ae75f commit 01e92e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/helm-chart/github-actions-exporter/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ env:
1414
GITHUB_REPOS: "" # List all repositories you want get informations. <orga>/<repo>,<orga>/<repo2>,<orga>/<repo3> (like test/test)
1515
PORT: 9999 # Exporter port
1616
GITHUB_API_URL: api.github.com
17+
# ENTERPRISE_NAME: "" # Needed for enterprise endpoints (/enterprises/{ENTERPRISE_NAME}/*)
18+
# EXPORT_FIELDS: "repo,id,node_id,head_branch,head_sha,run_number,workflow_id,workflow,event,status" # A comma separated list of fields for workflow metrics that should be exported
1719
# For the github authentications need to create a secret by default called actions-exporter
1820
# for authentication via github personal token
1921
# key: github_token

0 commit comments

Comments
 (0)