We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eced5ea commit 43fd1d6Copy full SHA for 43fd1d6
1 file changed
internal/cnpgi/operator/reconciler.go
@@ -81,7 +81,7 @@ func (r ReconcilerImplementation) Pre(
81
if apierrs.IsNotFound(err) {
82
contextLogger.Info(
83
"barman object configuration not found, requeuing",
84
- "name", pluginConfiguration.BarmanObjectName,
+ "name", barmanObjectKey.Name,
85
"namespace", cluster.Namespace)
86
return &reconciler.ReconcilerHooksResult{
87
Behavior: reconciler.ReconcilerHooksResult_BEHAVIOR_REQUEUE,
0 commit comments