From 5ca4178fd371a4a5a822f3f376fe1c237cfcf671 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Mon, 6 Nov 2023 19:24:29 +0530 Subject: [PATCH] Elasticache: Add provider override options --- content/en/references/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/references/configuration.md b/content/en/references/configuration.md index d447c3bc39..9bc8f5f8f6 100644 --- a/content/en/references/configuration.md +++ b/content/en/references/configuration.md @@ -120,6 +120,12 @@ This section covers configuration options that are specific to certain AWS servi | `EKS_LOADBALANCER_PORT` | `8081` (default) | Local port on which the Kubernetes load balancer is exposed on the host. | | `EKS_K3S_IMAGE_TAG` | `v1.22.6-k3s1` (default) | Custom tag of the `k8s/rancher` image used to spin up Kubernetes clusters locally. | +### ElastiCache + +| Variable | Example Values | Description | +| - | - | - | +| `PROVIDER_OVERRIDE_ELASTICACHE` | `legacy` | Use the legacy ElastiCache provider. | + ### Elasticsearch {{< alert title="Note">}}