Skip to content

Commit 3d42306

Browse files
feat: add separate redis for cf-argocd-extras and app-proxy
1 parent e1457a9 commit 3d42306

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ gitops-operator:
367367
- `.Values.redis`/`.Values.redis-ha`/`.Values.redis-secret-init` were added
368368

369369
```yaml
370-
# Enabled standalone (single Deployment) Redis
370+
# Enabled standalone Redis (single Deployment with 1 replica)
371371
redis:
372372
enabled: true
373373

charts/gitops-runtime/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ gitops-operator:
371371
- `.Values.redis`/`.Values.redis-ha`/`.Values.redis-secret-init` were added
372372

373373
```yaml
374-
# Enabled standalone (single Deployment) Redis
374+
# Enabled standalone Redis (single Deployment with 1 replica)
375375
redis:
376376
enabled: true
377377

0 commit comments

Comments
 (0)