From 40accf088871f2e8208f6309238c39f1e8f7c609 Mon Sep 17 00:00:00 2001 From: Eric Hofesmann Date: Wed, 13 Aug 2025 09:05:20 -0400 Subject: [PATCH] Update values.yaml to include comment about CAS db name Signed-off-by: Eric Hofesmann --- helm/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/values.yaml b/helm/values.yaml index 163b67d0..b1fb0d30 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -80,6 +80,8 @@ appSettings: casSettings: env: FIFTYONE_AUTH_MODE: legacy + # Set the name of the Mongo database for CAS if not using the default `cas` + # CAS_DATABASE_NAME: your-cas-name # delegatedOperatorExecutorSettings: # enabled: true