Skip to content

Commit 3aa1f4a

Browse files
committed
Updating log.
1 parent dc04863 commit 3aa1f4a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

internal/controller/ols_app_postgres_reconciliator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func (r *OLSConfigReconciler) reconcilePostgresCA(ctx context.Context, cr *olsv1
345345
return nil
346346
}
347347

348-
r.logger.Info("Postgres CA hash updated - deployment will be updated via updatePostgresDeployment", "newHash", combinedHash)
348+
r.logger.Info("Postgres CA hash updated,deployment will be updated via updatePostgresDeployment")
349349

350350
return nil
351351
}

internal/controller/olsconfig_controller.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,15 +349,11 @@ func (r *OLSConfigReconciler) SetupWithManager(mgr ctrl.Manager) error {
349349
Owns(&corev1.PersistentVolumeClaim{}).
350350
Watches(&corev1.Secret{}, handler.EnqueueRequestsFromMapFunc(secretWatcherFilter)).
351351
Watches(&corev1.Secret{}, handler.EnqueueRequestsFromMapFunc(telemetryPullSecretWatcherFilter)).
352-
<<<<<<< HEAD
352+
Watches(&corev1.Secret{}, handler.EnqueueRequestsFromMapFunc(postgresCAWatcherFilter)).
353353
Watches(&corev1.ConfigMap{}, handler.EnqueueRequestsFromMapFunc(func(ctx context.Context, obj client.Object) []reconcile.Request {
354354
return r.configMapWatcherFilter(ctx, obj)
355355
})).
356-
=======
357-
Watches(&corev1.Secret{}, handler.EnqueueRequestsFromMapFunc(postgresCAWatcherFilter)).
358-
Watches(&corev1.ConfigMap{}, handler.EnqueueRequestsFromMapFunc(configMapWatcherFilter)).
359356
Watches(&corev1.ConfigMap{}, handler.EnqueueRequestsFromMapFunc(postgresCAWatcherFilter)).
360-
>>>>>>> ca97db2 (Postgres reconciliation on certificate rotation.)
361357
Owns(&consolev1.ConsolePlugin{}).
362358
Owns(&monv1.ServiceMonitor{}).
363359
Owns(&monv1.PrometheusRule{}).

0 commit comments

Comments
 (0)