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/values.yaml
+3
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,9 @@ region:
161
161
# The VPC ID for the Kubernetes cluster. Set this manually when your pods are unable to use the metadata service to determine this automatically
162
162
vpcId:
163
163
164
+
# This is alternative to vpcId, set this manually when your pods are unable to use the metadata service to determine this automatically. Expects value in format: Name=TagValue
165
+
vpcTags:
166
+
164
167
# Custom AWS API Endpoints (serviceID1=URL1,serviceID2=URL2)
0 commit comments