Skip to content

Commit 3ce6014

Browse files
fix(doc): elasticache cluster mode note (#81)
1 parent 41f0978 commit 3ce6014

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

codefresh/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@ redis:
461461

462462
> If ElastiCache is used, set `REDIS_TLS` to `true` in `.Values.global.env`
463463
464-
```
464+
> ⚠️ ElastiCache with **Cluster mode** is not supported!
465+
466+
```yaml
465467
global:
466468
env:
467469
REDIS_TLS: true

codefresh/README.md.gotmpl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,9 @@ redis:
465465

466466
> If ElastiCache is used, set `REDIS_TLS` to `true` in `.Values.global.env`
467467

468-
```
468+
> ⚠️ ElastiCache with **Cluster mode** is not supported!
469+
470+
```yaml
469471
global:
470472
env:
471473
REDIS_TLS: true

0 commit comments

Comments
 (0)