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 |
968
-
| applicationSet.extraContainers | list | `[]` | Additional containers to be added to the applicationset controller pod |
969
-
| applicationSet.extraEnv | list | `[]` | Environment variables to pass to the controller |
970
-
| applicationSet.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the controller |
968
+
| applicationSet.extraContainers | list | `[]` | Additional containers to be added to the ApplicationSet controller pod |
969
+
| applicationSet.extraEnv | list | `[]` | Environment variables to pass to the ApplicationSet controller |
970
+
| applicationSet.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the ApplicationSet controller |
971
971
| applicationSet.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes) |
972
972
| applicationSet.extraVolumes | list | `[]` | List of extra volumes to add |
973
-
| applicationSet.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the application set controller |
974
-
| applicationSet.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the application set controller |
975
-
| applicationSet.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the application set controller |
973
+
| applicationSet.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the ApplicationSet controller |
974
+
| applicationSet.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the ApplicationSet controller |
975
+
| applicationSet.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the ApplicationSet controller |
976
976
| applicationSet.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | If defined, uses a Secret to pull an image from a private Docker registry or repository. |
| applicationSet.livenessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
@@ -997,15 +997,15 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
| applicationSet.pdb.annotations | object | `{}` | Annotations to be added to ApplicationSet controller pdb |
1003
1003
| applicationSet.pdb.enabled | bool | `false` | Deploy a [PodDisruptionBudget] for the ApplicationSet controller |
1004
1004
| applicationSet.pdb.labels | object | `{}` | Labels to be added to ApplicationSet controller pdb |
1005
1005
| applicationSet.pdb.maxUnavailable | string | `""` | Number of pods that are unavailble after eviction as number or percentage (eg.: 50%). |
1006
1006
| applicationSet.pdb.minAvailable | string | `""` (defaults to 0 if not specified) | Number of pods that are available after eviction as number or percentage (eg.: 50%) |
1007
-
| applicationSet.podAnnotations | object | `{}` | Annotations for the controller pods |
1008
-
| applicationSet.podLabels | object | `{}` | Labels for the controller pods |
1007
+
| applicationSet.podAnnotations | object | `{}` | Annotations for the ApplicationSet controller pods |
1008
+
| applicationSet.podLabels | object | `{}` | Labels for the ApplicationSet controller pods |
1009
1009
| 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. |
| applicationSet.readinessProbe.failureThreshold | int | `3` | Minimum consecutive failures for the [probe] to be considered failed after having succeeded |
@@ -1014,11 +1014,11 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
1014
1014
| applicationSet.readinessProbe.successThreshold | int | `1` | Minimum consecutive successes for the [probe] to be considered successful after having failed |
1015
1015
| applicationSet.readinessProbe.timeoutSeconds | int | `1` | Number of seconds after which the [probe] times out |
1016
1016
| applicationSet.replicaCount | int | `1` | The number of ApplicationSet controller pods to run |
1017
-
| applicationSet.resources | object | `{}` | Resource limits and requests for the controller pods. |
1018
-
| applicationSet.service.annotations | object | `{}` | Application set service annotations |
1019
-
| applicationSet.service.labels | object | `{}` | Application set service labels |
1020
-
| applicationSet.service.port | int | `7000` | Application set service port |
1021
-
| applicationSet.service.portName | string | `"webhook"` | Application set service port name |
1017
+
| applicationSet.resources | object | `{}` | Resource limits and requests for the ApplicationSet controller pods. |
| notifications.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the controller |
1071
+
| notifications.extraEnvFrom | list | `[]` (See [values.yaml]) | envFrom to pass to the notifications controller |
1072
1072
| notifications.extraVolumeMounts | list | `[]` | List of extra mounts to add (normally used with extraVolumes) |
1073
1073
| notifications.extraVolumes | list | `[]` | List of extra volumes to add |
1074
1074
| notifications.image.imagePullPolicy | string | `""` (defaults to global.image.imagePullPolicy) | Image pull policy for the notifications controller |
1075
1075
| notifications.image.repository | string | `""` (defaults to global.image.repository) | Repository to use for the notifications controller |
1076
1076
| notifications.image.tag | string | `""` (defaults to global.image.tag) | Tag to use for the notifications controller |
1077
1077
| notifications.imagePullSecrets | list | `[]` (defaults to global.imagePullSecrets) | Secrets with credentials to pull images from a private registry |
1078
-
| notifications.logFormat | string | `""` (defaults to global.logging.format) | Application controller log format. Either `text` or `json` |
@@ -1096,12 +1096,12 @@ If you want to use an existing Redis (eg. a managed service from a cloud provide
1096
1096
| notifications.pdb.labels | object | `{}` | Labels to be added to notifications controller pdb |
1097
1097
| notifications.pdb.maxUnavailable | string | `""` | Number of pods that are unavailble after eviction as number or percentage (eg.: 50%). |
1098
1098
| notifications.pdb.minAvailable | string | `""` (defaults to 0 if not specified) | Number of pods that are available after eviction as number or percentage (eg.: 50%) |
1099
-
| notifications.podAnnotations | object | `{}` | Annotations to be applied to the controller Pods |
1100
-
| notifications.podLabels | object | `{}` | Labels to be applied to the controller Pods |
1101
-
| notifications.priorityClassName | string | `""` | Priority class for the controller pods |
1102
-
| notifications.resources | object | `{}` | Resource limits and requests for the controller |
1099
+
| notifications.podAnnotations | object | `{}` | Annotations to be applied to the notifications controller Pods |
1100
+
| notifications.podLabels | object | `{}` | Labels to be applied to the notifications controller Pods |
1101
+
| notifications.priorityClassName | string | `""` | Priority class for the notifications controller pods |
1102
+
| notifications.resources | object | `{}` | Resource limits and requests for the notifications controller |
1103
1103
| notifications.secret.annotations | object | `{}` | key:value pairs of annotations to be added to the secret |
0 commit comments