We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d7723 commit b8e38caCopy full SHA for b8e38ca
internal/webhook/operator/v1/prometheusrule_webhook.go
@@ -33,7 +33,6 @@ import (
33
34
// SetupVLClusterWebhookWithManager will setup the manager to manage the webhooks
35
func SetupPromethuesRuleWebhookWithManager(mgr ctrl.Manager) error {
36
- println("setting up")
37
return ctrl.NewWebhookManagedBy(mgr).
38
For(&promv1.PrometheusRule{}).
39
WithValidator(&PrometheusRuleValidator{}).
0 commit comments