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

fix(examples): use yaml 1.1 octal numbers in kubernetes manifest files #5273

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

stefreak
Copy link
Member

What this PR does / why we need it:
Kubernetes only supports YAML 1.1, and we recently fixed a bug to read kubernetes manifests using the correct YAML version (#5184)

We accidentally did not update the example to use the old-style octal numbers. Searching for 0o gives no further results at least in the garden repo.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Kubernetes only supports YAML 1.1, and we recently fixed a bug to read kubernetes manifests using the correct YAML version (#5184)

We accidentally did not update the example to use the old-style octal numbers. Searching for `0o` gives no further results at least in the garden repo.
@stefreak stefreak requested a review from a team October 19, 2023 15:10
@stefreak stefreak enabled auto-merge October 19, 2023 15:38
@stefreak stefreak added this pull request to the merge queue Oct 19, 2023
Merged via the queue into main with commit 450099a Oct 19, 2023
@stefreak stefreak deleted the example-yaml-1.1 branch October 19, 2023 18:56
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.

3 participants