From 990035cf2f7b03013a4856ac2903a41578ed68a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Meezaan-ud-Din=20Abdu=20Dhil-Jalali=20Wal-Ikram=20/=20?= =?UTF-8?q?=D9=85=D9=90=D9=8A=D8=B2=D9=8E=D8=A7=D9=86=D9=8F=20=D8=A7=D9=84?= =?UTF-8?q?=D9=92=D8=AF=D9=91=D9=90=D9=8A=D9=86=D9=92=20=D8=B9=D9=8E=D8=A8?= =?UTF-8?q?=D9=92=D8=AF=D9=8F=20=D8=B0=D9=90=D9=8A=D9=92=20=D8=A7=D9=84?= =?UTF-8?q?=D9=92=D8=AC=D9=8E=D9=84=D9=8E=D8=A7=D9=84=D9=90=20=D9=88=D9=8E?= =?UTF-8?q?=20=D8=A7=D9=84=D9=92=D8=A5=D9=90=D9=83=D9=92=D8=B1=D9=8E=D8=A7?= =?UTF-8?q?=D9=85=D9=90?= Date: Thu, 8 Jul 2021 10:34:17 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d75bb86..483e736 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The docker container takes all its configuration via environment variables. Here | Environment Variable Name | Description | | ------------------------- | ------------ | -| LINODE_PERSONAL_ACCCESS_TOKEN | Your Personal Access Token with LKE scope | +| LINODE_PERSONAL_ACCESS_TOKEN | Your Personal Access Token with LKE scope | | LINODE_LKE_CLUSTER_ID | The ID of the LKE Cluster to Autoscale | | LINODE_LKE_CLUSTER_POOL_ID | The Node Pool ID within the LKE Cluster to Autoscale | | LINODE_LKE_CLUSTER_POOL_MINIMUM_NODES | The minimum nodes to keep in the cluster. The cluster won't be scaled down below this.|