-
Notifications
You must be signed in to change notification settings - Fork 63
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
Provide e2e testing based on kuttl #154
Conversation
|
@wallyqs What do you think about the structure? Right now, it checks stream creation only. If you agree I can create the required Github actions too and then add more cases. Only issue I need to track down is RBAC. NACK helm chart installs RBAC but they are not removed by |
I think structure looks great, it is easy to follow what is happening in each of the steps. |
I think we can consider this finish for at least checking the stream creation. Here is the workflow result for e2e testing. https://github.com/1995parham/nack/actions/runs/7170032922/job/19521815874 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🙌
This is awesome, thanks @1995parham! |
Provide e2e testing using kuttl. Closes #59