-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
local_path_provisioner: fix invalid podhelper yaml #10237
local_path_provisioner: fix invalid podhelper yaml #10237
Conversation
New line was not inserted between image and imagePullPolicy for some reasons with the jinja. Simplifying this altogether should fix this. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
^ I cannot explain why the line was not inserted but that's what I got from reading the log of the pod in the CI:
So the \n before the last line is clearly missing hopefully this simplification of the jinja fixes it, but no idea why that happened in the first place... AFAIK you need And this should have been caught before the merge of the PR I am also confused how we ended up here in the first place tbh :/ |
Because the Maybe it can be solved easily this way. https://github.com/ansible/ansible/blob/devel/test/integration/targets/template/tasks/main.yml#L166-L171 |
Hmmm I see so the |
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.
Thanks for catching this @MrFreezeex
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MrFreezeex, mzaian The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Thanks @MrFreezeex /lgtm |
…0237) New line was not inserted between image and imagePullPolicy for some reasons with the jinja. Simplifying this altogether should fix this. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
…0237) New line was not inserted between image and imagePullPolicy for some reasons with the jinja. Simplifying this altogether should fix this. Signed-off-by: Arthur Outhenin-Chalandre <[email protected]>
What type of PR is this?
/kind bug
What this PR does / why we need it:
New line was not inserted between image and imagePullPolicy for some reasons with the jinja. Simplifying this altogether should fix this.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Should fix recent CI failure after the merge of #10054
Does this PR introduce a user-facing change?: