From 799e5a0df989ba6de08ddf1b3df3a459588e071a Mon Sep 17 00:00:00 2001 From: Marcin Szymanski Date: Fri, 6 Oct 2023 11:50:38 +0100 Subject: [PATCH] add comment about impact --- charts/nocodb/values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/nocodb/values.yaml b/charts/nocodb/values.yaml index 072be2f7c5..ad84527338 100644 --- a/charts/nocodb/values.yaml +++ b/charts/nocodb/values.yaml @@ -86,6 +86,9 @@ extraSecretEnvs: NC_DB: "mysql2://mysql:3306?u=nocodb&p=secretPass&d=nocodb" storage: + # If disabled, another persistent storage should be configured for attachments to work. + # We recommend setting NC_S3_BUCKET_NAME and other NC_S3* environment variables. + # Refer documentation for more details. enabled: true size: 3Gi storageClassName: ""