OT-CONTAINER-KIT/redis-operator

Add Documentation Regarding Legacy PVC Naming

Open

#1,365 opened on May 21, 2025

 (0 comments) (0 reactions) (0 assignees)Go (377 forks)auto 404
documentationhelp wanted

Repository metrics

Stars
 (1,416 stars)
PR merge metrics
 (PR metrics pending)

Description

Which document needs to be updated? The Upgrading docs and/or the example values.yaml file for the Redis Operator

Expected changes Add documentation regarding the OPERATOR_STS_PVC_TEMPLATE_NAME environment variable

What version of redis-operator are you using? redis-operator version: v0.19.1

Additional context We upgraded from a very old version of the redis operator (0.14.0) to v0.19.1. It caused us some production issues when pods were deleted due to the change in the VolumeClaimTemplate naming. We had to go over the code to find the OPERATOR_STS_PVC_TEMPLATE_NAME variable in order to not delete our PVCs while upgrading.

It would help to make this variable "Official" in the docs, or add some other way to configure the name.

Thank you in advance 😃

Contributor guide