File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,21 +50,22 @@ spec:
50
50
# Enables logging on all outbound requests sent to the AWS API.
51
51
# If logging is desired, set to true.
52
52
# - --aws-api-debug
53
+
53
54
# Maximum number of times to retry the aws calls.
54
55
# defaults to 10.
55
56
# - --aws-max-retries=10
56
57
env :
57
58
# AWS key id for authenticating with the AWS API.
58
59
# This is only here for examples. It's recommended you instead use
59
60
# a project like kube2iam for granting access.
60
- # - name: AWS_ACCESS_KEY_ID
61
- # value: KEYVALUE
61
+ # - name: AWS_ACCESS_KEY_ID
62
+ # value: KEYVALUE
62
63
63
64
# AWS key secret for authenticating with the AWS API.
64
65
# This is only here for examples. It's recommended you instead use
65
66
# a project like kube2iam for granting access.
66
- # - name: AWS_SECRET_ACCESS_KEY
67
- # value: SECRETVALUE
67
+ # - name: AWS_SECRET_ACCESS_KEY
68
+ # value: SECRETVALUE
68
69
# Repository location of the ALB Ingress Controller.
69
70
image : docker.io/amazon/aws-alb-ingress-controller:v1.1.6
70
71
serviceAccountName : alb-ingress-controller
You can’t perform that action at this time.
0 commit comments