From c0b471af202d92c601cb9af1bc66bd7ef5cd8efb Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Wed, 5 Oct 2022 15:51:40 +0200
Subject: [PATCH] Add comment for redis password

---
 values-local.yaml.example | 1 +
 1 file changed, 1 insertion(+)

diff --git a/values-local.yaml.example b/values-local.yaml.example
index 87d4630e..e6d81bd1 100644
--- a/values-local.yaml.example
+++ b/values-local.yaml.example
@@ -30,6 +30,7 @@ nextcloud:
     #     size: 512Mi
   redis:
     auth:
+      # Shared redis password for Nextcloud and OnlyOffice
       password: CHANGE_ME
 
   # Creates a kubernetes cronJob object that runs nextcloud's cron.php
-- 
GitLab