-
Notifications
You must be signed in to change notification settings - Fork 147
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
[stable/redis-ha] ✨ feat: multiple values for redis configs #243
[stable/redis-ha] ✨ feat: multiple values for redis configs #243
Conversation
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
70a274d
to
d52c06a
Compare
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
0a0493e
to
8facbaf
Compare
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.
Can we add some examples to the CI.yaml so it picks up this test case?
I didn't find that |
Apparently we just use base values right now, but we could include a specific ci.yaml that can handle all the test cases. I thought we already had this! I was wrong. But under the |
Signed-off-by: Muhammed Hussein Karimi <[email protected]>
@DandyDeveloper I added a values file for testing, etc. As my reading that should work without any changes in https://github.com/dandydeveloper/charts/blob/f39ee0e89964e90e781c682d5333f65b75083eaf/.ci/ct-config.yaml |
What this PR does / why we need it:
When we need to have multiple values for some configs (e.g. loadmodule), yaml is not okay with multiple values for the same key.
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
[stable/mychartname]
)