Skip to content

Commit 7bd41e8

Browse files
change docs
1 parent 829163f commit 7bd41e8

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

charts/argo-cd/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,47 @@ NAME: my-release
669669

670670
| Key | Type | Default | Description |
671671
|-----|------|---------|-------------|
672+
| acrController.affinity | object | `{}` (defaults to global.affinity preset) | Assign custom [affinity] rules to the deployment |
673+
| acrController.clusterRoleRules.enabled | bool | `false` | Enable custom rules for the acr controller's ClusterRole resource |
674+
| acrController.clusterRoleRules.rules | list | `[]` | List of custom rules for the acr controller's ClusterRole resource |
675+
| acrController.containerPorts.health | int | `8090` | |
676+
| acrController.containerSecurityContext | object | See [values.yaml] | acr controller container-level security context |
677+
| acrController.dnsConfig | object | `{}` | [DNS configuration] |
678+
| acrController.dnsPolicy | string | `"ClusterFirst"` | Alternative DNS policy for acr controller pods |
679+
| acrController.enabled | bool | `false` | |
680+
| acrController.env | list | `[]` | Environment variables to pass to acr controller |
681+
| acrController.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to acr controller |
682+
| acrController.extraArgs | list | `[]` | Additional command line arguments to pass to acr controller |
683+
| acrController.extraContainers | list | `[]` | Additional containers to be added to the acr controller pod |
684+
| acrController.hostNetwork | bool | `false` | Host Network for acr controller pods |
685+
| acrController.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the acr controller |
686+
| acrController.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the acr controller |
687+
| acrController.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the acr controller |
688+
| acrController.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
689+
| acrController.initContainers | list | `[]` | Init containers to add to the acr controller pod |
690+
| acrController.name | string | `"acr-controller"` | |
691+
| acrController.nodeSelector | object | `{}` (defaults to global.nodeSelector) | [Node selector] |
692+
| acrController.podAnnotations | object | `{}` | Annotations to be added to acr controller pods |
693+
| acrController.podLabels | object | `{}` | Labels to be added to acr controller pods |
694+
| acrController.priorityClassName | string | `""` (defaults to global.priorityClassName) | Priority class for the acr controller pods |
695+
| acrController.readinessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
696+
| acrController.readinessProbe.initialDelaySeconds | int | `10` | Number of seconds after the container has started before [probe] is initiated |
697+
| acrController.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
698+
| acrController.readinessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
699+
| acrController.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
700+
| acrController.replicas | int | `1` | |
701+
| acrController.resources | object | `{}` | Resource limits and requests for the acr controller pods |
702+
| acrController.serviceAccount.annotations | object | `{}` | Annotations applied to created service account |
703+
| acrController.serviceAccount.automountServiceAccountToken | bool | `true` | Automount API credentials for the Service Account |
704+
| acrController.serviceAccount.create | bool | `true` | Create a service account for the acr controller |
705+
| acrController.serviceAccount.labels | object | `{}` | Labels applied to created service account |
706+
| acrController.serviceAccount.name | string | `"acr-controller"` | Service account name |
707+
| acrController.statefulsetAnnotations | object | `{}` | Annotations for the acr controller StatefulSet |
708+
| acrController.terminationGracePeriodSeconds | int | `30` | terminationGracePeriodSeconds for container lifecycle hook |
709+
| acrController.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
710+
| acrController.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the acr controller |
711+
| acrController.volumeMounts | list | `[]` | Additional volumeMounts to the acr controller main container |
712+
| acrController.volumes | list | `[]` | Additional volumes to the acr controller pod |
672713
| apiVersionOverrides | object | `{}` | |
673714
| applicationVersioning.enabled | bool | `true` | enables the Codefresh application versioning feature |
674715
| applicationVersioning.useApplicationConfiguration | bool | `true` | use ApplicationConfiguration CRD to manage application versioning |

0 commit comments

Comments
 (0)