fix: load kustomize_substitutions before envsubst#839
Conversation
|
@devigned: GitHub didn't allow me to request PR reviews from the following users: and, jsturtevant. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
CecileRobertMichon
left a comment
There was a problem hiding this comment.
that fixes the issue I was running into, thanks @devigned!
/approve
/assign @jsturtevant
James, can you please confirm it still work with his setup as well?
|
@CecileRobertMichon: GitHub didn't allow me to assign the following users: jsturtevant. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
|
I confirmed it works in my set up. /lgtm |
|
@jsturtevant: changing LGTM is restricted to collaborators 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. |
|
/lgtm |
What this PR does / why we need it:
With #829 the kustomize_substitutions in the tilt settings file were not being loaded into the env or replaced in the yaml before running
envsubst. This PR fixes this problem by loading them into the env prior to executingenvsubstviakustomizesub./cc @CecileRobertMichon and @jsturtevant
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: