You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/helm/AGENTS.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,20 @@ Each documented value in `values.yaml` carries up to three comment layers (all p
26
26
-`# @section -- Section Name` — helm-docs groups the value into a named section table
27
27
28
28
When adding a new value, include at least the `# --` and `# @section --` lines so it lands in the correct README section. The `## @param` line is optional but preferred for consistency.
29
+
30
+
## Redis auth
31
+
32
+
`redis.auth.password` is a Bitnami subchart passthrough the Appsmith templates never read
33
+
directly. There is exactly ONE supported way to use it — fully self-managed: set
34
+
`redis.auth.password`, set `redis.auth.existingSecret: ""`, AND set
35
+
`applicationConfig.APPSMITH_REDIS_URL` so the app uses the same credential. Every other use
36
+
is rejected at render time by `appsmith.validateRedisAuth` (in `_helpers.tpl`, invoked from
37
+
`configMap.yaml` so it always evaluates). Leave the password unset for the default
0 commit comments