-
Notifications
You must be signed in to change notification settings - Fork 326
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
Fixes tolerations not working #4315
Fixes tolerations not working #4315
Conversation
Note: Still working on bats, they pass locally (well technically right now I have them intentionally failing to figure out the jq parsing issue). |
|
||
local actual=$(echo "$spec" | jq '.[17]') |
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.
This was already tested on line 90
local actual=$(echo "$spec" | jq '.[13]') | ||
[ "${actual}" = "\"foo: bar\"" ] | ||
|
||
local actual=$(echo "$spec" | jq '.[14] | ."-tolerations=- key"') |
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.
Tolerations were moved to their own test
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 cleaning up those other bats tests
Removed the 1.1.x backport label as the gateway-resources-job did not exist at that time. |
Fixes tolerations not working for API Gateways (#4315)
Changes proposed in this PR
How I've tested this PR
How I expect reviewers to test this PR
Same as above
Checklist