You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| applicationSet.extraArgs | list | `[]` | List of extra cli args to add |
1015
-
| applicationSet.extraContainers | list | `[]` | Additional containers to be added to the applicationset controller pod |
1016
-
| applicationSet.extraEnv | list | `[]` | Environment variables to pass to the controller |
1017
-
| applicationSet.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the controller |
1017
+
| applicationSet.extraContainers | list | `[]` | Additional containers to be added to the ApplicationSet controller pod |
1018
+
| applicationSet.extraEnv | list | `[]` | Environment variables to pass to the ApplicationSet controller |
1019
+
| applicationSet.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the ApplicationSet controller |
1018
1020
| applicationSet.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes) |
1019
1021
| applicationSet.extraVolumes | list | `[]` | List of extra volumes to add |
1020
-
| applicationSet.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the application set controller |
1021
-
| applicationSet.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the application set controller |
1022
-
| applicationSet.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the application set controller |
1022
+
| applicationSet.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the ApplicationSet controller |
1023
+
| applicationSet.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the ApplicationSet controller |
1024
+
| applicationSet.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the ApplicationSet controller |
1023
1025
| applicationSet.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | If defined, uses a Secret to pull an image from a private Docker registry or repository. |
1024
-
| applicationSet.logFormat | string | `""` (defaults to global.logging.format) | ApplicationSet controller log format. Either `text` or `json` |
| applicationSet.livenessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
1029
+
| applicationSet.livenessProbe.initialDelaySeconds | int | `10` | Number of seconds after the container has started before [probe] is initiated |
1030
+
| applicationSet.livenessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
1031
+
| applicationSet.livenessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
1032
+
| applicationSet.livenessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
| applicationSet.pdb.annotations | object | `{}` | Annotations to be added to ApplicationSet controller pdb |
1044
1051
| applicationSet.pdb.enabled | bool | `false` | Deploy a [PodDisruptionBudget] for the ApplicationSet controller |
1045
1052
| applicationSet.pdb.labels | object | `{}` | Labels to be added to ApplicationSet controller pdb |
1046
-
| applicationSet.pdb.maxUnavailable | string | `""` | Number of pods that are unavailble after eviction as number or percentage (eg.: 50%). |
1053
+
| applicationSet.pdb.maxUnavailable | string | `""` | Number of pods that are unavailable after eviction as number or percentage (eg.: 50%). |
1047
1054
| applicationSet.pdb.minAvailable | string | `""` (defaults to 0 if not specified) | Number of pods that are available after eviction as number or percentage (eg.: 50%) |
1048
-
| applicationSet.podAnnotations | object | `{}` | Annotations for the controller pods |
1049
-
| applicationSet.podLabels | object | `{}` | Labels for the controller pods |
| applicationSet.priorityClassName | string | `""` | If specified, indicates the pod's priority. If not specified, the pod priority will be default or zero if there is no default. |
1055
+
| applicationSet.podAnnotations | object | `{}` | Annotations for the ApplicationSet controller pods |
1056
+
| applicationSet.podLabels | object | `{}` | Labels for the ApplicationSet controller pods |
1057
+
| applicationSet.priorityClassName | string | `""` (defaults to global.priorityClassName) | Priority class for the ApplicationSet controller pods |
| applicationSet.readinessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
1060
+
| applicationSet.readinessProbe.initialDelaySeconds | int | `10` | Number of seconds after the container has started before [probe] is initiated |
1061
+
| applicationSet.readinessProbe.periodSeconds | int | `10` | How often (in seconds) to perform the [probe] |
1062
+
| applicationSet.readinessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
1063
+
| applicationSet.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
1052
1064
| applicationSet.replicaCount | int | `1` | The number of ApplicationSet controller pods to run |
1053
-
| applicationSet.resources | object | `{}` | Resource limits and requests for the controller pods. |
| applicationSet.serviceAccount.labels | object | `{}` | Labels applied to created service account |
1062
-
| applicationSet.serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
1063
-
| applicationSet.tolerations | list | `[]` | [Tolerations] for use with node taints |
1074
+
| applicationSet.serviceAccount.name | string | `"argocd-applicationset-controller"` | ApplicationSet controller service account name |
1075
+
| applicationSet.tolerations | list | `[]` (defaults to global.tolerations) | [Tolerations] for use with node taints |
1076
+
| applicationSet.topologySpreadConstraints | list | `[]` (defaults to global.topologySpreadConstraints) | Assign custom [TopologySpreadConstraints] rules to the ApplicationSet controller |
0 commit comments