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

fix: use correct GVK when discovering resources #13

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

valorl
Copy link
Contributor

@valorl valorl commented Jul 18, 2023

The assignment of GroupVersion as Group results in invalid request URIs with a duplicate version element, resulting in 404s.

See gavinbunney/terraform-provider-kubectl#270 (comment)

Not sure if this is the best way to fix it but I've tested with some of our terraform configs on 1.27 as well as older K8S and seems to work.

The assignment of GroupVersion as Group results in invalid request URIs
with a duplicate version element, resulting in 404s.
@alekc
Copy link
Owner

alekc commented Jul 19, 2023

Thanks for the PR. Running some tests now, finger crossed I will be able to make a release today (on vacation with some REALLY shitty internet so mileage may vary :p)

@alekc alekc merged commit a0cf1de into alekc:master Jul 19, 2023
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.

2 participants