From 645266cc701162f8401ef6e8066d06c9d1b1247c Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 3 Jun 2025 11:51:24 +0200 Subject: [PATCH] outline redis --- argocd/apps/outline/outline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/outline/outline.yaml b/argocd/apps/outline/outline.yaml index 52948fd..729502d 100644 --- a/argocd/apps/outline/outline.yaml +++ b/argocd/apps/outline/outline.yaml @@ -34,6 +34,8 @@ spec: value: lets-encrypt-staging - name: postgresql.enabled value: 'true' + - name: redis.enabled + value: 'true' chart: outline destination: server: 'https://kubernetes.default.svc'