Add support for default image pull secret name (#921)

Resolves #896

Co-authored-by: Yusuke Kuoka <[email protected]>
This commit is contained in:
Felipe Galindo Sanchez
2021-12-15 09:29:31 +09:00
committed by GitHub
co-authored by Yusuke Kuoka
parent 7261d927fb
commit 9bb21aef1f
6 changed files with 47 additions and 11 deletions
@@ -31,6 +31,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
| `image.repository` | The "repository/image" of the controller container | summerwind/actions-runner-controller |
| `image.tag` | The tag of the controller container | |
| `image.actionsRunnerRepositoryAndTag` | The "repository/image" of the actions runner container | summerwind/actions-runner:latest |
| `image.actionsRunnerImagePullSecrets` | Optional image pull secrets to be included in the runner pod's ImagePullSecrets | |
| `image.dindSidecarRepositoryAndTag` | The "repository/image" of the dind sidecar container | docker:dind |
| `image.pullPolicy` | The pull policy of the controller image | IfNotPresent |
| `metrics.serviceMonitor` | Deploy serviceMonitor kind for for use with prometheus-operator CRDs | false |