hasura / gitkube

Build and deploy docker images to Kubernetes using git push
Apache License 2.0
3.81k stars 208 forks source link

[e2e] update tests to use gitkube cli #77

Open shahidhk opened 6 years ago

shahidhk commented 6 years ago

Tests can use gitkube cli to install and uninstall as well as manage remotes.

ssiddhantsharma commented 5 years ago

@shahidhk I am taking this up! Can you explain the issue in more detail

tirumaraiselvan commented 5 years ago

@ssiddhantsharma Yes!

Basically, currently gitkube is installed via kubernetes manifest files. Same for remotes. We have a gitkube cli tool to do the same work.

We should have tests which do the exact same thing currently with gitkube cli as well. Basically a copy of e2e/test.bash with gitkube cli commands instead of kubectl commands.

Kacppian commented 5 years ago

Is this still open?