-
Notifications
You must be signed in to change notification settings - Fork 2k
Feat/ignore helm secrets #3088
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
Feat/ignore helm secrets #3088
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3088 +/- ##
==========================================
- Coverage 52.29% 52.23% -0.07%
==========================================
Files 58 58
Lines 16006 16030 +24
==========================================
+ Hits 8371 8373 +2
- Misses 7356 7380 +24
+ Partials 279 277 -2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
@shaun-nx can you please mark these test as @pytest.mark.ingresses
as secret isn't valid selector in pipeline so these won't be triggered
Proposed changes
This change will filter out secrets of type
helm.sh/release.v1
from the k8s api.Checklist
Before creating a PR, run through this checklist and mark each as complete.