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 fef8968 commit b705914Copy full SHA for b705914
pkg/operatormanager/operatormanager.go
@@ -454,7 +454,7 @@ func (m *OperatorManager) createOrUpdatePodEnvironmentConfigMap(ctx context.Cont
454
}
455
456
if err := m.updatePodEnvironmentConfigMap(ctx, instance); err != nil {
457
- return fmt.Errorf("error while updating backup config: %w", err)
+ return fmt.Errorf("error while updating pod environment configmap: %w", err)
458
459
m.log.Info("Pod Environment ConfigMap updated")
460
0 commit comments