charts
charts copied to clipboard
[charts/redis-ha] Add labels to volume claim template
Signed-off-by: Milan Sladky [email protected]
What this PR does / why we need it:
Allow addition of labels to volume claim template in the StatefulSet.
Which issue this PR fixes
Special notes for your reviewer:
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [X] DCO signed
- [X] Chart Version bumped
- [X] Variables are documented in the README.md
- [X] Title of the PR starts with chart name (e.g.
[stable/mychartname]
)
@DandyDeveloper this will also be very helpful! Please, review! Thanks!
@DandyDeveloper please, check this - it seems helpful also.
FYI:
Error: INSTALLATION FAILED: StatefulSet in version "v1" cannot be handled as a StatefulSet: json: cannot unmarshal number into Go struct field ObjectMeta.spec.volumeClaimTemplates.metadata.labels of type string
This was broken. I have fixed it with a new commit.