Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
README changes from rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron McDonald <wmcdona89@gmail.com>
  • Loading branch information
wmcdona89 committed Jul 19, 2020
1 parent a5b10e8 commit 0d8e3b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stable/jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,14 +372,14 @@ Some third-party systems, e.g. GitHub, use HTML-formatted data in their payload
| `agent.slaveConnectTimeout`| Timeout in seconds for an agent to be online | 100 |
| `agent.volumes` | Additional volumes | `[]` |
| `agent.yamlTemplate` | The raw yaml of a Pod API Object to merge into the agent spec | Not set |
| `agent.yamlMergeStrategy | Defines how the raw yaml field gets merged with yaml definitions from inherited pod templates | `override` |
| `agent.yamlMergeStrategy` | Defines how the raw yaml field gets merged with yaml definitions from inherited pod templates | `override` |

#### Side Container Configuration
| Parameter | Description | Default |
| -------------------------- | ----------------------------------------------- | ---------------------- |
| `agent.sideContainerName` | Side container name in agent | jnlp |
| `agent.image` | Agent image name | `jenkins/inbound-agent` |
| `agent.tag` | Agent image tag | `4.3-4` |
| `agent.image` | Agent image name | `jenkins/inbound-agent`|
| `agent.tag` | Agent image tag | `4.3-4` |
| `agent.alwaysPullImage` | Always pull agent container image before build | `false` |
| `agent.privileged` | Agent privileged container | `false` |
| `agent.resources` | Resources allocation (Requests and Limits) | `{requests: {cpu: 512m, memory: 512Mi}, limits: {cpu: 512m, memory: 512Mi}}` |
Expand Down

0 comments on commit 0d8e3b3

Please sign in to comment.