@@ -3957,39 +3957,39 @@ acrController:
39573957 replicas : 1
39583958 # # ACR controller image
39593959 image :
3960- # -- Repository to use for the event reporter
3960+ # -- Repository to use for the acr controller
39613961 # @default -- `""` (defaults to global.image.repository)
39623962 repository : " "
3963- # -- Tag to use for the event reporter
3963+ # -- Tag to use for the acr controller
39643964 # @default -- `""` (defaults to global.image.tag)
39653965 tag : " "
3966- # -- Image pull policy for the event reporter
3966+ # -- Image pull policy for the acr controller
39673967 # @default -- `""` (defaults to global.image.imagePullPolicy)
39683968 imagePullPolicy : " "
39693969
39703970 # -- Secrets with credentials to pull images from a private registry
39713971 # @default -- `[]` (defaults to global.imagePullSecrets)
39723972 imagePullSecrets : []
39733973
3974- # -- Additional command line arguments to pass to event reporter
3974+ # -- Additional command line arguments to pass to acr controller
39753975 extraArgs : []
39763976
3977- # -- Environment variables to pass to event reporter
3977+ # -- Environment variables to pass to acr controller
39783978 env : []
39793979
3980- # -- envFrom to pass to event reporter
3980+ # -- envFrom to pass to acr controller
39813981 # @default -- `[]` (See [values.yaml])
39823982 envFrom : []
39833983 # - configMapRef:
39843984 # name: config-map-name
39853985 # - secretRef:
39863986 # name: secret-name
39873987
3988- # -- Additional containers to be added to the event reporter pod
3988+ # -- Additional containers to be added to the acr controller pod
39893989 # # Note: Supports use of custom Helm templates
39903990 extraContainers : []
39913991
3992- # -- Init containers to add to the event reporter pod
3992+ # -- Init containers to add to the acr controller pod
39933993 # # If your target Kubernetes cluster(s) require a custom credential (exec) plugin
39943994 # # you could use this (and the same in the server pod) to provide such executable
39953995 # # Ref: https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins
@@ -4005,27 +4005,27 @@ acrController:
40054005 # - mountPath: /custom-tools
40064006 # name: custom-tools
40074007
4008- # -- Additional volumeMounts to the event reporter main container
4008+ # -- Additional volumeMounts to the acr controller main container
40094009 volumeMounts : []
40104010 # - mountPath: /usr/local/bin/kubelogin
40114011 # name: custom-tools
40124012 # subPath: kubelogin
40134013
4014- # -- Additional volumes to the event reporter pod
4014+ # -- Additional volumes to the acr controller pod
40154015 volumes : []
40164016 # - name: custom-tools
40174017 # emptyDir: {}
40184018
4019- # -- Annotations for the event reporter StatefulSet
4019+ # -- Annotations for the acr controller StatefulSet
40204020 statefulsetAnnotations : {}
40214021
4022- # -- Annotations to be added to event reporter pods
4022+ # -- Annotations to be added to acr controller pods
40234023 podAnnotations : {}
40244024
4025- # -- Labels to be added to event reporter pods
4025+ # -- Labels to be added to acr controller pods
40264026 podLabels : {}
40274027
4028- # -- Resource limits and requests for the event reporter pods
4028+ # -- Resource limits and requests for the acr controller pods
40294029 resources : {}
40304030 # limits:
40314031 # cpu: 500m
@@ -4034,19 +4034,19 @@ acrController:
40344034 # cpu: 250m
40354035 # memory: 256Mi
40364036
4037- # Event reporter container ports
4037+ # ACR controller container ports
40384038 containerPorts :
40394039 health : 8090
40404040
4041- # -- Host Network for event reporter pods
4041+ # -- Host Network for acr controller pods
40424042 hostNetwork : false
40434043
40444044 # -- [DNS configuration]
40454045 dnsConfig : {}
4046- # -- Alternative DNS policy for event reporter pods
4046+ # -- Alternative DNS policy for acr controller pods
40474047 dnsPolicy : " ClusterFirst"
40484048
4049- # -- Event reporter container-level security context
4049+ # -- acr controller container-level security context
40504050 # @default -- See [values.yaml]
40514051 containerSecurityContext :
40524052 runAsNonRoot : true
@@ -4058,7 +4058,7 @@ acrController:
40584058 drop :
40594059 - ALL
40604060
4061- # Readiness probe for event reporter
4061+ # Readiness probe for acr controller
40624062 # # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/
40634063 readinessProbe :
40644064 # -- Minimum consecutive failures for the [probe] to be considered failed after having succeeded
@@ -4075,7 +4075,7 @@ acrController:
40754075 # -- terminationGracePeriodSeconds for container lifecycle hook
40764076 terminationGracePeriodSeconds : 30
40774077
4078- # -- Priority class for the event reporter pods
4078+ # -- Priority class for the acr controller pods
40794079 # @default -- `""` (defaults to global.priorityClassName)
40804080 priorityClassName : " "
40814081
@@ -4091,7 +4091,7 @@ acrController:
40914091 # @default -- `{}` (defaults to global.affinity preset)
40924092 affinity : {}
40934093
4094- # -- Assign custom [TopologySpreadConstraints] rules to the event reporter
4094+ # -- Assign custom [TopologySpreadConstraints] rules to the acr controller
40954095 # @default -- `[]` (defaults to global.topologySpreadConstraints)
40964096 # # Ref: https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/
40974097 # # If labelSelector is left out, it will default to the labelSelector configuration of the deployment
@@ -4101,7 +4101,7 @@ acrController:
41014101 # whenUnsatisfiable: DoNotSchedule
41024102
41034103 serviceAccount :
4104- # -- Create a service account for the event reporter
4104+ # -- Create a service account for the acr controller
41054105 create : true
41064106 # -- Service account name
41074107 name : acr-controller
@@ -4115,7 +4115,7 @@ acrController:
41154115 # # Enable this and set the rules: to whatever custom rules you want for the Cluster Role resource.
41164116 # # Defaults to off
41174117 clusterRoleRules :
4118- # -- Enable custom rules for the event reporter 's ClusterRole resource
4118+ # -- Enable custom rules for the acr controller 's ClusterRole resource
41194119 enabled : false
4120- # -- List of custom rules for the event reporter 's ClusterRole resource
4120+ # -- List of custom rules for the acr controller 's ClusterRole resource
41214121 rules : []
0 commit comments