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

./crd-extractor.sh fails with two CRDs of the same short name. (externalsecrets) #42

Closed
cep21 opened this issue Aug 24, 2022 · 1 comment

Comments

@cep21
Copy link

cep21 commented Aug 24, 2022

My cluster has CRDs for two things both called short name externalsecrets

< kubectl get crd | grep externalsecret
externalsecrets.external-secrets.io                        2022-05-03T00:44:59Z
externalsecrets.kubernetes-client.io                       2020-12-30T18:45:17Z

With one type installed, kubectl get externalsecrets and it will get some. However, since both are trying to be externalsecrets that command only fetches the first kind (not the second), and the full CRD name is required to pick the correct one.

Is it possible to have crd-extractor extract both kinds of external secrets.

Right now it only extracts the first kind.

@hadar-co
Copy link
Contributor

@cep21 thanks:) the issue was fixed and a new release is now available

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

No branches or pull requests

2 participants