Skip to content

Commit 75ec3f5

Browse files
committed
fix: correct message and remove design document
1 parent c310d0f commit 75ec3f5

2 files changed

Lines changed: 1 addition & 78 deletions

File tree

cmd/manager/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ func startOperator(ctx context.Context) error {
639639

640640
switch {
641641
case namespaceLabelSelector != nil && len(managedNamespaces) == 1 && managedNamespaces[0] == operatorNamespace:
642-
log.Info("Namespace label selector matched no namespaces; limiting cache to operator namespace", "operator_namespace", operatorNamespace, "selector", namespaceLabelSelectorStr)
642+
log.Info("No managed namespaces configured; limiting cache to operator namespace", "operator_namespace", operatorNamespace, "selector", namespaceLabelSelectorStr)
643643
case len(managedNamespaces) == 1:
644644
log.Info("Operator configured to manage a single namespace", "namespace", managedNamespaces[0], "operator_namespace", operatorNamespace)
645645
default:

docs/design/0005-namespace-filtering.md

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)