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 eced5ea commit 1351fa1Copy full SHA for 1351fa1
internal/cnpgi/operator/reconciler.go
@@ -81,8 +81,8 @@ func (r ReconcilerImplementation) Pre(
81
if apierrs.IsNotFound(err) {
82
contextLogger.Info(
83
"barman object configuration not found, requeuing",
84
- "name", pluginConfiguration.BarmanObjectName,
85
- "namespace", cluster.Namespace)
+ "name", barmanObjectKey.Name,
+ "namespace", barmanObjectKey.Namespace)
86
return &reconciler.ReconcilerHooksResult{
87
Behavior: reconciler.ReconcilerHooksResult_BEHAVIOR_REQUEUE,
88
}, nil
0 commit comments