templates/installer: fix heredoc redirection#11313
templates/installer: fix heredoc redirection#11313openshift-merge-robot merged 1 commit intoopenshift:masterfrom crawford:libvirt-heredoc
Conversation
> If any part of word is quoted, the delimiter is the result of quote > removal on word, and the lines in the here-document are not expanded. http://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Here-Documents
|
/lgtm thanks @crawford |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, sallyom The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@crawford: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
http://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Here-Documents
This is an alternate approach to the one found in #11303 (cc @sallyom).