Skip to content
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 #1392 #3654

Merged
merged 2 commits into from
Nov 20, 2022
Merged

Fixes #1392 #3654

merged 2 commits into from
Nov 20, 2022

Conversation

mmlt
Copy link
Contributor

@mmlt mmlt commented Nov 9, 2022

Fixes kpt seems unable to managed unamed "lists" #1392

kpt errors on input with resouces of kind List, for example when one of the resources in the input is the output of kubectl get secrets -o yaml

This fix removes resources of kind .*List from the input and instead inserts the items of the list.

Copy link
Contributor

@mortent mortent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks for contributing.

@mortent mortent merged commit 23de8ff into kptdev:main Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants