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

kubectl Get tables returns 'No resources found' #809

Open
isarns opened this issue Oct 20, 2022 · 0 comments
Open

kubectl Get tables returns 'No resources found' #809

isarns opened this issue Oct 20, 2022 · 0 comments

Comments

@isarns
Copy link

isarns commented Oct 20, 2022

I'm using ArgoCD to deploy schemahero after getting the yaml using the --yaml flag

I have created a DB resource and a table resource, and saw that the table was added to the right db.
But when I run kubectl -n postgressql get database or kubectl -n postgressql get tables I get No resources found

kubectl schemahero -n postgressql get tables and kubectl schemahero -n postgressql get databases return the table and databases I have created.

Why kubectl -n postgressql get database does not work?

SchemaHero v0.13.6

kubectl -n postgressql get database.databases is returning the databases
kubectl -n postgressql get tables.schemas is returning the tables

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

1 participant