Skip to content

Commit 512b8bd

Browse files
authored
Merge pull request kubernetes-sigs#1206 from tonglil/patch-1
Make options consistent
2 parents 4076f6d + 57b78c5 commit 512b8bd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/examples/alb-ingress-controller.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,22 @@ spec:
5050
# Enables logging on all outbound requests sent to the AWS API.
5151
# If logging is desired, set to true.
5252
# - --aws-api-debug
53+
5354
# Maximum number of times to retry the aws calls.
5455
# defaults to 10.
5556
# - --aws-max-retries=10
5657
env:
5758
# AWS key id for authenticating with the AWS API.
5859
# This is only here for examples. It's recommended you instead use
5960
# 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
6263

6364
# AWS key secret for authenticating with the AWS API.
6465
# This is only here for examples. It's recommended you instead use
6566
# 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
6869
# Repository location of the ALB Ingress Controller.
6970
image: docker.io/amazon/aws-alb-ingress-controller:v1.1.6
7071
serviceAccountName: alb-ingress-controller

0 commit comments

Comments
 (0)