add opportunity write dnsPolicy for controller by helm values (#2708)

This commit is contained in:
Ekaterina Sobolevskaia
2023-07-25 05:38:13 +01:00
committed by GitHub
parent fddc5bf1c8
commit 63a6b5a7f0
3 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do
| `authSecret.github_basicauth_password` | Password for GitHub basic auth to use instead of PAT or GitHub APP in case it's running behind a proxy API | |
| `dockerRegistryMirror` | The default Docker Registry Mirror used by runners. | |
| `hostNetwork` | The "hostNetwork" of the controller container | false |
| `dnsPolicy` | The "dnsPolicy" of the controller container | ClusterFirst |
| `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 |