-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/redis-cluster] Possibility to add labels to redis-cluster pvc #25901
[bitnami/redis-cluster] Possibility to add labels to redis-cluster pvc #25901
Conversation
Signed-off-by: Ammirator <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Hey @rafariossaa @carrodher @javsalgar |
@javsalgar @rafariossaa @carrodher |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
Thanks for adding this.
LGTM.
Signed-off-by: Rafael Ríos Saavedra <[email protected]>
@rafariossaa |
The new version is already published in DockerHub, see https://hub.docker.com/r/bitnamicharts/redis-cluster/tags. About the workflow, here you can find some info. |
bitnami#25901) * Possibility to add labels to redis-cluster pvc Signed-off-by: Ammirator <[email protected]> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <[email protected]> --------- Signed-off-by: Ammirator <[email protected]> Signed-off-by: Bitnami Containers <[email protected]> Signed-off-by: Rafael Ríos Saavedra <[email protected]> Co-authored-by: Bitnami Containers <[email protected]> Co-authored-by: Rafael Ríos Saavedra <[email protected]> Signed-off-by: Fran Mulero <[email protected]>
Description of the change
Adds "labels" field on PVC level
Benefits
It will allow us to add labels directly in helm chart values to PVC and not run manually separate scripts to add labels on PVC
A use case we have is that we use Longhorn as storage manager and to include a PVC in backup we need a label on it, and we want to have this on the helm chart values and not add manually with kubectl comamnd
Possible drawbacks
No, drawbacks is a minor change, is compatible with any version of this chart
Applicable issues
Additional information
Just a labels field on the created PVC, should be a easy merge
Checklist
Chart.yaml
according to semver. This is not necessary when the changes only affect README.md files.README.md
using readme-generator-for-helm