-
Notifications
You must be signed in to change notification settings - Fork 9.5k
[bitnami/kafka] Make Kafka DefaultMode YAML 1.2 Compliant #21086
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
Conversation
This Pull Request has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thank you for your contribution. |
With the YAML 1.2 spec octals must be prefixed with `0o` and not `0`. Parsers implementing the latest spec run into issues. See discussion here: dtolnay/serde-yaml#225 This commit makes the Kafka script mounts compliant with YAML 1.2. Signed-off-by: Marc Schreiber <[email protected]>
72792d7
to
c22eadf
Compare
@aoterolorenzo, any opinions on this PR? |
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.
LGTM! Thanks for the contribution @schrieveslaach
Nice, thanks for merging! |
With the YAML 1.2 spec octals must be prefixed with `0o` and not `0`. Parsers implementing the latest spec run into issues. See discussion here: dtolnay/serde-yaml#225 This commit makes the Kafka script mounts compliant with YAML 1.2. Signed-off-by: Marc Schreiber <[email protected]>
Description of the change
With the YAML 1.2 spec octals must be prefixed with
0o
and not0
. Parsers implementing the latest spec run into issues.Benefits
This commit makes the Kafka script mounts compliant with YAML 1.2.
Possible drawbacks
Applicable issues
None at the moment.
Additional information
See background discussion here: dtolnay/serde-yaml#225
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