| Bug #117081 | mysql-innodbcluster helm chart values has logs.error.enabled, but it doesn't exist. | ||
|---|---|---|---|
| Submitted: | 30 Dec 2024 20:10 | Modified: | 31 Dec 2024 5:07 |
| Reporter: | Martin Fleurke (OCA) | Email Updates: | |
| Status: | Verified | Impact on me: | |
| Category: | MySQL Operator | Severity: | S3 (Non-critical) |
| Version: | OS: | Any | |
| Assigned to: | CPU Architecture: | Any | |
[30 Dec 2024 20:16]
Martin Fleurke
fix in https://github.com/mysql/mysql-operator/pull/37 commit 2
[31 Dec 2024 5:07]
MySQL Verification Team
Hello Martin Fleurke, Thank you for the report and contribution. regards, Umesh

Description: The mysql-innodbcluster helm chart's values.yaml file has as example logs: error: enabled: true But 'enabled' is not a valid item. You can, however, set 'verbosity'. There are more missing or unclear options that can be documented How to repeat: look at the values.yaml file, or run helm show values mysql-operator/mysql-innodbcluster Suggested fix: remove 'error: enabled: true' add 'error: verbosity: 3' And document more options.