Skip to content

Commit

Permalink
Update debug mode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Doyoon Kim committed Nov 22, 2023
1 parent f8d4512 commit 8af319e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/guides/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ Alternatively, you can manually provide configuration variables when installing
oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart\
--version=v1.0.1 \
--set=serviceAccount.create=false --namespace aws-application-networking-system \
# use "debug" for debug level logs
--log.level=info \
# awsRegion, clusterVpcId, awsAccountId are required for case IMDS is not available.
--set=awsRegion= \
--set=clusterVpcId= \
Expand Down
3 changes: 1 addition & 2 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ awsAccountId:
clusterVpcId:
clusterName:
defaultServiceNetwork:
latticeEndpoint:
logLevel:
latticeEndpoint:

0 comments on commit 8af319e

Please sign in to comment.