add additionalVolumes and additionalVolumeMounts to helm chart (#952)

* added additional volumes and volumeMounts
This commit is contained in:
brunocous
2021-11-22 20:03:09 +01:00
committed by GitHub
parent 62995fec5b
commit eefb48ba3f
3 changed files with 17 additions and 1 deletions

View File

@@ -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 | |