Skip to content

Commit

Permalink
Add gitlab credentials example
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-gplassard committed Feb 10, 2025
1 parent 6885b61 commit d73d08a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charts/private-action-runner/examples/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,19 @@ credentialFiles:
}
]
}
- fileName: "gitlab_creds.json"
data: |
{
"auth_type": "Token Auth",
"credentials": [
{
"tokenName": "baseURL",
"tokenValue": "GITLAB_BASE_URL"
},
{
"tokenName": "gitlabApiToken",
"tokenValue": "GITLAB_API_TOKEN"
}
]
}

0 comments on commit d73d08a

Please sign in to comment.