Skip to content
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

Use yaml spec-compliant octals in statefulset.yaml #265

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

youknowjack0
Copy link

@youknowjack0 youknowjack0 commented Nov 23, 2024

Golang yaml parser allows octals specified like 0755

But the yaml spec ( https://yaml.org/spec/1.2.2/ ) requires octals like 0o755 . As a result, it's not parsed correctly when I use a non-golang parser.

This change uses the standard-compliant octal notation.

Golang yaml parser allows octals specified like 0755

But the yaml spec ( https://yaml.org/spec/1.2.2/ ) requires octals like 0o755 . As a result, it's not parsed correctly when I use a rust parser.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant