-
Notifications
You must be signed in to change notification settings - Fork 344
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
Fix metrics selectors #1742
Fix metrics selectors #1742
Conversation
ed51cec
to
47ea0ca
Compare
Signed-off-by: Ruben Vargas <[email protected]>
47ea0ca
to
e70ac84
Compare
Codecov Report
@@ Coverage Diff @@
## main #1742 +/- ##
=======================================
Coverage 87.70% 87.70%
=======================================
Files 100 100
Lines 6018 6018
=======================================
Hits 5278 5278
Misses 563 563
Partials 177 177 Continue to review full report at Codecov.
|
11474c6
to
e70ac84
Compare
@pavolloffay Please review |
Signed-off-by: Ruben Vargas <[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.
publish it on OperatorHub as part of the release to not force users to install Prometheus Operator
When are these objects used then? The "release" is done to the operator hub but as as well we are creating release dist.yaml.
tests/templates/kuttl-test.yaml
Outdated
@@ -3,7 +3,7 @@ kind: TestSuite | |||
crdDir: ../../_build/crds/ | |||
artifactsDir: ../../_build/artifacts/ | |||
commands: | |||
- script: cd ../../.. && make cert-manager | |||
- script: cd ../../.. && make cert-manager && make deploy-prometheus-operator |
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.
nit: make cert-manager deploy-prometheus-operator
Signed-off-by: Ruben Vargas <[email protected]>
Signed-off-by: Ruben Vargas [email protected]
This PR reverts some changes made in #1650 , as we agreed we are going to generate the Prometheus resources but won't publish it on OperatorHub as part of the release to not force users to install Prometheus Operator