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(k8s): use yaml 1.1 when reading kubernetes manifests #5184

Merged
merged 2 commits into from Oct 5, 2023

Conversation

stefreak
Copy link
Member

@stefreak stefreak commented Oct 4, 2023

What this PR does / why we need it:
Correctly read kubernetes manifests in kubernetes deploy action using YAML 1.1 spec.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:
See also kubernetes/kubernetes#34146
(Kubernetes manifest files are still using yaml 1.1)

See also kubernetes/kubernetes#34146
(Kubernetes manifest files are still using yaml 1.1)
@shumailxyz shumailxyz added this pull request to the merge queue Oct 5, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 5, 2023
@vvagaytsev vvagaytsev added this pull request to the merge queue Oct 5, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 5, 2023
@shumailxyz shumailxyz added this pull request to the merge queue Oct 5, 2023
Merged via the queue into main with commit 8490aac Oct 5, 2023
42 checks passed
@shumailxyz shumailxyz deleted the kubernetes-yaml-1.1 branch October 5, 2023 10:52
stefreak added a commit that referenced this pull request Oct 19, 2023
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.
github-merge-queue bot pushed a commit that referenced this pull request Oct 19, 2023
#5273)

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.
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.

None yet

4 participants