-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Remove fix kustomization step before Unmarshalling the yaml structure #4923
Remove fix kustomization step before Unmarshalling the yaml structure #4923
Conversation
/cc @natasha41575 |
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 this PR! This seems like a reasonable way to handle imageTags
. I'm holding off on approving so that @KnVerey can take a look too.
@annasong20 With this change, localize
will also stop auto-converting imageTags
to images
, which will be really nice.
/lgtm
@koba1t when #4918 is merged, could you rebase this PR? #4918 makes a call to |
@koba1t In #4918, same PR that @natasha41575 mentions above, |
8a99b75
to
52faaf8
Compare
52faaf8
to
faddb49
Compare
@natasha41575 @annasong20 Could you check it? |
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
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: koba1t, natasha41575 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 |
removed deprecated method kubernetes-sigs/kustomize#4923
removed deprecated method kubernetes-sigs/kustomize#4923
removed deprecated method kubernetes-sigs/kustomize#4923
imageTags
to after unmarshalling.imageTags
at this line.This has already been talked about at #4723 (comment)
related PR
/cc @KnVerey @natasha41575