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
| 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 |
| 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 |
0 commit comments