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 b600946 commit fdccc6eCopy full SHA for fdccc6e
internal/controller/ingressclass_controller.go
@@ -21,7 +21,6 @@ import (
21
"context"
22
"fmt"
23
24
- "github.com/api7/gopkg/pkg/log"
25
"github.com/go-logr/logr"
26
corev1 "k8s.io/api/core/v1"
27
networkingv1 "k8s.io/api/networking/v1"
@@ -194,7 +193,6 @@ func (r *IngressClassReconciler) processInfrastructure(tctx *provider.TranslateC
194
193
}
195
// Check for annotation override
196
if annotationNamespace, exists := ingressClass.Annotations[gatewayProxyNamespaceAnnotation]; exists && annotationNamespace != "" {
197
- log.Debug("override namespace", "namespace", annotationNamespace)
198
namespace = annotationNamespace
199
200
0 commit comments