@@ -38,24 +38,29 @@ $ helm upgrade --install azure-pipelines-agent emberstack/azure-pipelines-agent
38
38
39
39
You can customize the values of the helm deployment by using the following Values:
40
40
41
- | Parameter | Description | Default |
42
- | ------------------------------------ | ----------------------------------------------------------- | ------------------------------------------------------- |
43
- | ` nameOverride ` | Overrides release name | ` "" ` |
44
- | ` fullnameOverride ` | Overrides release fullname | ` "" ` |
45
- | ` image.repository ` | Container image repository | ` emberstack/azure-pipelines-agent ` |
46
- | ` image.tag ` | Container image tag | ` "" ` (same version as the chart) |
47
- | ` image.pullPolicy ` | Container image pull policy | ` Always ` if ` image.tag ` is ` latest ` , else ` IfNotPresent ` |
48
- | ` pipelines.url ` | The Azure base URL for your organization | ` "" ` |
49
- | ` pipelines.pat ` | Personal Access Token (PAT) used by the agent to connect. | ` "" ` |
50
- | ` pipelines.pool ` | Agent pool to which the Agent should register. | ` "" ` |
51
- | ` pipelines.agent.mountDocker ` | Enable to mount the host ` docker.sock ` | ` false ` |
52
- | ` pipelines.agent.workDir ` | The work directory the agent should use | ` _work ` |
53
- | ` serviceAccount.create ` | Create ServiceAccount | ` true ` |
54
- | ` serviceAccount.name ` | ServiceAccount name | _ release name_ |
55
- | ` serviceAccount.clusterAdmin ` | Sets the service account as a cluster admin | _ release name_ |
56
- | ` resources ` | Resource limits | ` {} ` |
57
- | ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
58
- | ` tolerations ` | Toleration labels for pod assignment | ` [] ` |
59
- | ` affinity ` | Node affinity for pod assignment | ` {} ` |
41
+ | Parameter | Description | Default |
42
+ | -------------------------------| ---------------------------------------------------------------------------------------------------| ----------------------------------------------------------|
43
+ | ` nameOverride ` | Overrides release name | ` "" ` |
44
+ | ` fullnameOverride ` | Overrides release fullname | ` "" ` |
45
+ | ` image.repository ` | Container image repository | ` emberstack/azure-pipelines-agent ` |
46
+ | ` image.tag ` | Container image tag | ` "" ` (same version as the chart) |
47
+ | ` image.pullPolicy ` | Container image pull policy | ` Always ` if ` image.tag ` is ` latest ` , else ` IfNotPresent ` |
48
+ | ` pipelines.url ` | The Azure base URL for your organization | ` "" ` |
49
+ | ` pipelines.pat.value ` | Personal Access Token (PAT) used by the agent to connect. | ` "" ` |
50
+ | ` pipelines.pat.secretRef ` | The reference to the secret storing the Personal Access Token (PAT) used by the agent to connect. | ` "" ` |
51
+ | ` pipelines.pool ` | Agent pool to which the Agent should register. | ` "" ` |
52
+ | ` pipelines.agent.mountDocker ` | Enable to mount the host ` docker.sock ` | ` false ` |
53
+ | ` pipelines.agent.workDir ` | The work directory the agent should use | ` _work ` |
54
+ | ` serviceAccount.create ` | Create ServiceAccount | ` true ` |
55
+ | ` serviceAccount.name ` | ServiceAccount name | _ release name_ |
56
+ | ` serviceAccount.clusterAdmin ` | Sets the service account as a cluster admin | _ release name_ |
57
+ | ` resources ` | Resource limits | ` {} ` |
58
+ | ` nodeSelector ` | Node labels for pod assignment | ` {} ` |
59
+ | ` tolerations ` | Toleration labels for pod assignment | ` [] ` |
60
+ | ` affinity ` | Node affinity for pod assignment | ` {} ` |
61
+ | ` additionalEnv ` | Additional environment variables for the agent container. | ` [] ` |
62
+ | ` extraVolumes ` | Additional volumes for the agent pod. | ` [] ` |
63
+ | ` extraVolumeMounts ` | Additional volume mounts for the agent container. | ` [] ` |
64
+ | ` initContainers ` | InitContainers for the agent pod. | ` [] ` |
60
65
61
66
> Find us on [ Artifact Hub] ( https://artifacthub.io/packages/helm/emberstack/azure-pipelines-agent )
0 commit comments