mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
fix: typos
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
56e41cd81f
commit
eabbc750d1
@ -115,7 +115,7 @@ func reconcileJob(
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Since we're recoverying from an existing object store,
|
// Since we're recovering from an existing object store,
|
||||||
// we set our primary object store name to the recovery one.
|
// we set our primary object store name to the recovery one.
|
||||||
// This won't be needed anymore when wal-restore will be able
|
// This won't be needed anymore when wal-restore will be able
|
||||||
// to check two object stores
|
// to check two object stores
|
||||||
@ -189,7 +189,7 @@ func reconcilePod(
|
|||||||
return nil, fmt.Errorf("while reconciling pod spec for pod: %w", err)
|
return nil, fmt.Errorf("while reconciling pod spec for pod: %w", err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
contextLogger.Debug("No need to mutate instance with no backup & archiving confniguration")
|
contextLogger.Debug("No need to mutate instance with no backup & archiving configuration")
|
||||||
}
|
}
|
||||||
|
|
||||||
patch, err := object.CreatePatch(mutatedPod, pod)
|
patch, err := object.CreatePatch(mutatedPod, pod)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user