remove print

This commit is contained in:
Daniel Hougaard
2024-11-29 05:23:48 +04:00
parent 967dac9be6
commit a78455fde6

View File

@@ -157,7 +157,7 @@ func (r *InfisicalPushSecretReconciler) Reconcile(ctx context.Context, req ctrl.
}, nil
}
fmt.Println("Using custom CA certificate...")
logger.Info("Using custom CA certificate...")
} else {
api.API_CA_CERTIFICATE = ""
}