diff --git a/docs/guides/deploy.md b/docs/guides/deploy.md index 3ab5ea0d..d9855488 100644 --- a/docs/guides/deploy.md +++ b/docs/guides/deploy.md @@ -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= \ diff --git a/helm/values.yaml b/helm/values.yaml index ad64e8d5..3650c1a8 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -76,5 +76,4 @@ awsAccountId: clusterVpcId: clusterName: defaultServiceNetwork: -latticeEndpoint: -logLevel: +latticeEndpoint: \ No newline at end of file