Skip to content

Commit 4e79144

Browse files
committed
chore: add documentation comments for Redis auth parameters
1 parent 7788231 commit 4e79144

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/helm/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,12 +356,15 @@ redis: # @schema additionalProperties: true
356356
enabled: true
357357
# @schema hidden: true
358358
auth:
359+
## @param redis.auth.enabled Enable Redis authentication
359360
# -- Enable Redis authentication
360361
# @section -- Redis (Bitnami subchart)
361362
enabled: true
363+
## @param redis.auth.existingSecret Name of the Secret holding the Redis password. Bootstrapped by the redisAuth.passwordInit Job when absent (see redisAuth below)
362364
# -- Name of the Secret holding the Redis password. Bootstrapped by the redisAuth.passwordInit Job when absent (see redisAuth below)
363365
# @section -- Redis (Bitnami subchart)
364366
existingSecret: appsmith-redis-secret
367+
## @param redis.auth.existingSecretPasswordKey Key within existingSecret that holds the Redis password
365368
# -- Key within existingSecret that holds the Redis password
366369
# @section -- Redis (Bitnami subchart)
367370
existingSecretPasswordKey: redis-password

0 commit comments

Comments
 (0)