pulls out all 9.1 configs by immutable or modifiable#152
Conversation
Signed-off-by: Kyle J. Davis <kyle.davis@percona.com>
|
What do you think of |
|
@utdrmac resources is fine by me. What do you think about the version scoping by path? E.g. I can't decide if that is needed. In theory, each version could have more/less or even change at majors. |
|
Can you share the command we ran to get these? Some entries look wrong for k8s operator context, e.g. Do we need a 3rd catagory like "modifiable but operator-managed"? |
|
my colleague (@martinrvisser) gave them to me in a google sheet, I just converted to YAML. I'll see if he can supply the regex. I don't think we have to be parallel perfectly to the server because, yeah, the ones you call out shouldn't be. Maybe we just move them to whatever category makes sense for the operator. |
Related #141
Summary
This PR contains a list of configs that are immutable or modifiable. Requested in the meeting on 4/24.
Features / Behaviour Changes
n/a
Implementation
No idea if the path is remotely correct, feel free to suggest the correct location. The data was pulled out from the Valkey source
config.cvia a regular expression.Limitations
n/a
Testing
n/a
Checklist
Before submitting the PR make sure the following are checked:
pre-commit run --all-filesor hooks on commit)