From b66a9c0c5b531f1afdc0331ef395d9abb2373aa3 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 30 Jun 2025 14:57:38 +0300 Subject: [PATCH 1/4] fix(doc): elasticache cluster mode note --- codefresh/README.md.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index e9fbd1646..5edcc581b 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -465,6 +465,8 @@ redis: > If ElastiCache is used, set `REDIS_TLS` to `true` in `.Values.global.env` +> ElastiCache with **Cluster mode** is not supported! + ``` global: env: From f9fc74465e8dd734c0c296013660be0dcac6f505 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 30 Jun 2025 14:58:52 +0300 Subject: [PATCH 2/4] fix(doc): elasticache cluster mode note --- codefresh/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codefresh/README.md b/codefresh/README.md index 6c3374cc8..082063f63 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -461,6 +461,8 @@ redis: > If ElastiCache is used, set `REDIS_TLS` to `true` in `.Values.global.env` +> ElastiCache with **Cluster mode** is not supported! + ``` global: env: From 185f3140f8212449eba0ff35c1cfab897644bdfe Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 30 Jun 2025 15:00:01 +0300 Subject: [PATCH 3/4] fix(doc): elasticache cluster mode note --- codefresh/README.md | 2 +- codefresh/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codefresh/README.md b/codefresh/README.md index 082063f63..bb17ddbbb 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -461,7 +461,7 @@ redis: > If ElastiCache is used, set `REDIS_TLS` to `true` in `.Values.global.env` -> ElastiCache with **Cluster mode** is not supported! +> ⚠️ ElastiCache with **Cluster mode** is not supported! ``` global: diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index 5edcc581b..2b270bae8 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -465,7 +465,7 @@ redis: > If ElastiCache is used, set `REDIS_TLS` to `true` in `.Values.global.env` -> ElastiCache with **Cluster mode** is not supported! +> ⚠️ ElastiCache with **Cluster mode** is not supported! ``` global: From 444564bfd7e570f991ab2a491d394e8c672454d8 Mon Sep 17 00:00:00 2001 From: Mikhail Klimko Date: Mon, 30 Jun 2025 15:00:28 +0300 Subject: [PATCH 4/4] fix(doc): elasticache cluster mode note --- codefresh/README.md | 2 +- codefresh/README.md.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/codefresh/README.md b/codefresh/README.md index bb17ddbbb..d672d4579 100644 --- a/codefresh/README.md +++ b/codefresh/README.md @@ -463,7 +463,7 @@ redis: > ⚠️ ElastiCache with **Cluster mode** is not supported! -``` +```yaml global: env: REDIS_TLS: true diff --git a/codefresh/README.md.gotmpl b/codefresh/README.md.gotmpl index 2b270bae8..ae03f5e76 100644 --- a/codefresh/README.md.gotmpl +++ b/codefresh/README.md.gotmpl @@ -467,7 +467,7 @@ redis: > ⚠️ ElastiCache with **Cluster mode** is not supported! -``` +```yaml global: env: REDIS_TLS: true