mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-14 22:07:51 +00:00
add additionalVolumes and additionalVolumeMounts to helm chart (#952)
* added additional volumes and volumeMounts
This commit is contained in:
@@ -18,6 +18,8 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
|
||||
| `githubAPICacheDuration` | Set the cache period for API calls | |
|
||||
| `githubEnterpriseServerURL` | Set the URL for a self-hosted GitHub Enterprise Server | |
|
||||
| `logLevel` | Set the log level of the controller container | |
|
||||
| `additionalVolumes` | Set additional volumes to add to the manager container | |
|
||||
| `additionalVolumeMounts` | Set additional volume mounts to add to the manager container | |
|
||||
| `authSecret.create` | Deploy the controller auth secret | false |
|
||||
| `authSecret.name` | Set the name of the auth secret | controller-manager |
|
||||
| `authSecret.annotations` | Set annotations for the auth Secret | |
|
||||
|
||||
Reference in New Issue
Block a user