-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add helm chart test for Alerts plugin #405
Conversation
- Added test-alerts-config.yaml to configure the test framework for integration tests. - Added test-alerts.yaml to define the integration test pod. - Added test-permissions.yaml to set up the necessary permissions for the test framework. - Updated values.yaml to enable the test framework and specify the image and pull policy.
|
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.
Cool, thanks. A few comments below
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.
One small thing.
Co-authored-by: Richard Tief <[email protected]>
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.
One last thing. With tests, it is a new minor version.
Co-authored-by: Richard Tief <[email protected]>
Co-authored-by: Richard Tief <[email protected]>
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.
Thanks for creating the tests!
This PR, fixes #359