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
Copy file name to clipboardExpand all lines: helm/aws-load-balancer-controller/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ The default values set by the application itself can be confirmed [here](https:/
231
231
|`externalManagedTags`| Specifies the list of tag keys on AWS resources that are managed externally |`[]`|
232
232
|`livenessProbe`| Liveness probe settings for the controller | (see `values.yaml`) |
233
233
|`env`| Environment variables to set for aws-load-balancer-controller pod | None |
234
-
|`envSecretName`|Environment variables credentials from Secret (aws-secret) for aws-load-balancer-controller pod similarly as The EBS CSI Driver does.|`false`|
234
+
|`envSecretName`|AWS credentials as environment variables from Secret (Secret keys `key_id` and `access_key`). | None |
235
235
|`hostNetwork`| If `true`, use hostNetwork |`false`|
236
236
|`dnsPolicy`| Set dnsPolicy if required |`ClusterFirst`|
237
237
|`extraVolumeMounts`| Extra volume mounts for the pod |`[]`|
0 commit comments